la prima domanda non l'ho capita.


la seconda:
codice:
select nome,cognome from tabella2 where idcliente=" & id
oppure

codice:
select tb1.id as id, tb2.nome as nome,tb2.cognome as cognome from tabella1 tb1, tabella2 tb2 where tb1.id=tb2.idcliente"