Have the following SQL query:
SELECT REFERENCE#
FROM TABLE_1
WHERE REFERENCE# NOT IN (SELECT REFERENCE# FROM TABLE_2)
So basically, only want the reference# from the first table where there is no occurence of that reference# in the second table.
Does anyone know how to simulate this in Crystal Reports?
Thanks!
JenL
SELECT REFERENCE#
FROM TABLE_1
WHERE REFERENCE# NOT IN (SELECT REFERENCE# FROM TABLE_2)
So basically, only want the reference# from the first table where there is no occurence of that reference# in the second table.
Does anyone know how to simulate this in Crystal Reports?
Thanks!
JenL