NeilPattison
IS-IT--Management
Hi everyone
I have two tables that are matched by the primary key of first table (by matched I mean parent/child on a form).
I want to be able to write a query that shows the records in the first table (tblDetails) that don't have a match in the second table (tblfigures).
I have attached an example database to show what I mean.
In the examples case the records that should be returned are 2, 4 and 6
Any help on this would be greatly appreciated.
I have two tables that are matched by the primary key of first table (by matched I mean parent/child on a form).
I want to be able to write a query that shows the records in the first table (tblDetails) that don't have a match in the second table (tblfigures).
I have attached an example database to show what I mean.
In the examples case the records that should be returned are 2, 4 and 6
Any help on this would be greatly appreciated.