G
Guest
I have a subform that gets its data from a query. That query consists of 2
linked tables. When the query is run and the two tables are joined, the
output consists of duplicate Empl_Names. That is, Ellen has 3 records
because there are 3 issues. On my subform, it displays this employee with
her 3 issues but it also displays the record 3 times. In the query, I have
used DISTINCT and that works until I join the 2 tables. Is there some code
that I can add to the subform itself that will suppress the additional
duplicate records??
linked tables. When the query is run and the two tables are joined, the
output consists of duplicate Empl_Names. That is, Ellen has 3 records
because there are 3 issues. On my subform, it displays this employee with
her 3 issues but it also displays the record 3 times. In the query, I have
used DISTINCT and that works until I join the 2 tables. Is there some code
that I can add to the subform itself that will suppress the additional
duplicate records??