I need help with a script that will compare;
TABLE A, fields LASTNAME, ADDRESS1,CITY,STATE,ZIP with
TABLE B, fields LASTNAME, ADDRESS1,CITY,STATE,ZIP AND
where a record from TABLE A does NOT exist in TABLE B,
returns those records as the results.
We purchased outside customer list and want to...