Duplicate Records

P

PCStechnical

For some reason, my reports will not show records that were duplicated
unless 2 or more fields were changed after I duplicated them. None of
the HideDuplicates in the text boxes say "Yes" Also, all fields in
the table are not indexed.

Ideas?
 
P

PCStechnical

For some reason, my reports will not show records that were duplicated
unless 2 or more fields were changed after I duplicated them. None of
the HideDuplicates in the text boxes say "Yes" Also, all fields in
the table are not indexed.

Ideas?

I think I figured it out. It was a query problem: I was sorting by
specific with a date range, but forgot to group the info by date so it
would show each date entry instead of just grouping similar items.
 
Top