M
Microsoft
Hi,
We have lost a number of records from our database.
I have imported the current customer data file and a backup taken before the
data loss into Access.
I need to identify which customers are in the old data file table and not in
the new.
The query i have created is:
select cu_code from alcustprepurge where cu_code not in (select cu_code
from alcustcurrent
;
but this returns zero records, when i know for a fact there are at least 10.
Please help as this is my first foray into using the NOT IN statement and I
need the query to work.
Thanks,
Joe
We have lost a number of records from our database.
I have imported the current customer data file and a backup taken before the
data loss into Access.
I need to identify which customers are in the old data file table and not in
the new.
The query i have created is:
select cu_code from alcustprepurge where cu_code not in (select cu_code
from alcustcurrent

but this returns zero records, when i know for a fact there are at least 10.
Please help as this is my first foray into using the NOT IN statement and I
need the query to work.
Thanks,
Joe