Hi
I am writing a query where there are two tables with field "A". Based on that field I need to write a query where I need to display all the records for "A" which is not found in table "B".
Please help
Date
Votes
1 comment
-
Jet Reports Historic Posts I Personally haven't tried this…but try "<>"&NL("Filter",)
with the Filter criteria you don't want.
Or experiment with NL("Rows",NP("Difference",NL(Table A),NL(Table B)))
Please sign in to leave a comment.