I have two tables with a one to many relationship but not every record has a match on the many side. When I run a query containing both tables and tell the relationship to use all records from the one side and only the records that match from the many side it returns correct execpt when the 1 side has a match only the matches display not the original record from the 1 side.
Table1
ID 1
ID 2
Table2
ID 2 SubID1
ID 2 SubID2
Query display wanted
ID 1
ID 2
ID 2 SubID 1
ID 2 SubID 2
My main result is a report.
Thanks
Table1
ID 1
ID 2
Table2
ID 2 SubID1
ID 2 SubID2
Query display wanted
ID 1
ID 2
ID 2 SubID 1
ID 2 SubID 2
My main result is a report.
Thanks