Hi All
Need some help with a query.
I have two tables related to each other as header and detail. Both have a userid.
Code:
[b]Table1[/b]
[u]keyid1[/u]
overview
userid
Code:
[b]Table1[/b]
[u]keyid2[/u]
keyid1 *
overview
userid
My form I have developed has two grids, the top shows table1 and the second shows related in table2.
However, one of the filters on the form needs to show the related users. But the issue is the related users can be in header and/or detail, so I need to show header records that have detail records with the user assigned but that user may not be assigned to the header.
Any help appreciated.