Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Table Comparison
Message
 
To
05/09/2000 18:54:20
General information
Forum:
Microsoft Office
Category:
Access
Miscellaneous
Thread ID:
00412683
Message ID:
00412843
Views:
15
If you need sql syntax for that query a join would be my tip:
SELECT OLDTABLE.EMPLOYEE_NO FROM RUNTIMETABLE RIGHT JOIN OLDTABLE ON RUNTIMETABLE.EMPLOYEE_NO = OLDTABLE.EMPLOYEE_NO WHERE RUNTIMETABLE.EMPLOYEE_NO=NULL;
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform