Duplicates in report

  • Thread starter Thread starter Sharon Williams
  • Start date Start date
S

Sharon Williams

Guest
:confused: My database records entries to a horse show. Competitors may enter classes that run concurrently at the show. My query collects the entries in both classes, but the names appear twice so of course the report based on a query lists the entry twice. Can I write code or ???? so that the report for the class only lists that entry once?

Thanks in advance for any ideas any of you may have.

Sharon
 
Sharon Williams said:
:confused: My database records entries to a horse show. Competitors may enter classes that run concurrently at the show. My query collects the entries in both classes, but the names appear twice so of course the report based on a query lists the entry twice. Can I write code or ???? so that the report for the class only lists that entry once?

Thanks in advance for any ideas any of you may have.

Sharon

Hi sharon,


I thnk you need to group your data.
 
The query is grouped. I know - it sounds like that is all it would take, but not so,,

Any other suggestions.

Sharon
 
Add to sorting and grouping the group header of competitor
and in the detail - the class data
 

Users who are viewing this thread

Back
Top Bottom