I have 2 queries A and B, with similar lists and one common text field X.
I want to remove from query A all records whose X values are equal to the X values in query B.
I have made query C, which has both A and B in it but not linked in anyway.
I have selected all the fields in A.
For field X, I have set criteria as <>B![X].
In properties I have set "Unique Records" as Yes but does not have any effect anyway.
Result is that it is simply opening all the records in A (including the common ones from B) and seems to ignore the criteria altogether.
Any suggestions would be appreciated.