fai una join su id_utente nelle due tabelle e tirati fuori i campi che ti servono
un esempio
codice:SELECT a.data_tab1, b.nota1, b.nota2 FROM Tabella1 as a INNER JOIN Tabella2 as b ON a.id_cliente = b.id_cliente WHERE id_cliente = 55
fai una join su id_utente nelle due tabelle e tirati fuori i campi che ti servono
un esempio
codice:SELECT a.data_tab1, b.nota1, b.nota2 FROM Tabella1 as a INNER JOIN Tabella2 as b ON a.id_cliente = b.id_cliente WHERE id_cliente = 55