SELECT Tabla1.campo1, Tabla1.campo2, Tabla1.id FROM Tabla1 LEFT JOIN tabla2 ON Tabla1.id = tabla2.id WHERE (((tabla2.id) Is Null));