hi!
this is the SQL code in my query..
SELECT externos.[NR LLAMADO], tlf_emp.telefonos
FROM externos INNER JOIN tlf_emp ON externos.NOMBRE = tlf_emp.nombres
Where externos.[NR LLAMADO] not in tlf_emp.telefonos;
this retrieves me an error!!
externos.nrllamado is the table field with all the numbers,
tlf_emp.telefonos is the table field with just a few numbers.
i want all the numbers in "externos.nrllamado" that are different from the ones in "tlf_emp.telefonos"
i'm using Access 2003
i really don't know how to do it!
thanks a lot