Assuming you have two tables Named "TableA" and "TableB"
TableA TableAId (PK)
TableB TableBId (PK)
TableAId (FK of TAbleA)
How is is possible to write a query that returns the "TableAid" which are not found in TableB
Assuming you have two tables Named "TableA" and "TableB"
TableA TableAId (PK)
TableB TableBId (PK)
TableAId (FK of TAbleA)
How is is possible to write a query that returns the "TableAid" which are not found in TableB
You can get the wizzard to create this query for you.
Select New
Select "Find Unmatched Query Wizard"
Then respond to the prompts.
If this helped, please click the star at the bottom left of this posting and add to my reputation. Many thanks.
Bob Fitzpatrick
Thanks I got it.