I have two tables namely:
Recordset1 - Primary Key UserID
Recordset2 - Primary Key UserID
I need to select records from Recordset1 where UserID is not equal to UserID in Recordset2.
I have tried to execute this query using <> operator but it does not run. I have also tried !=.
At one point the query returned results where UserID is the same.
Recordset1 - Primary Key UserID
Recordset2 - Primary Key UserID
I need to select records from Recordset1 where UserID is not equal to UserID in Recordset2.
I have tried to execute this query using <> operator but it does not run. I have also tried !=.
At one point the query returned results where UserID is the same.