brackmannw
New member
- Local time
- Today, 04:35
- Joined
- Apr 22, 2012
- Messages
- 3
I have created a report from a query. There are duplicate last names in the table (which is just fine). E.g., I have 2 "Hogan"s and they are different persons and I want them both to show up on the report. My query produces the correct result showing the duplicates but the report only shows 1 of the duplicates. I'm grouping on the last name (PrimaryLastName). What is the report doing to my duplicate records from the query? How do I fix that?