G
Guest
A query with two joined tables (include all of one table and only those
matching from other table) is returning duplicated data.
matching from other table) is returning duplicated data.
CMTH said:A query with two joined tables (include all of one table and only
those matching from other table) is returning duplicated data.
CMTH said:The table I am including all records from has 27 records. The table
I am joining to has only 15 records. The query is returning a total
of 135 rows. I am using a date range for my criteria, so the same
date can be seen multiple times in the matching table as well as the
all records table.