Sharon Williams
07-07-2004, 04:10 PM
: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
database
07-07-2004, 05:11 PM
: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.
Sharon Williams
07-16-2004, 04:53 PM
The query is grouped. I know - it sounds like that is all it would take, but not so,,
Any other suggestions.
Sharon
Pat Hartman
07-16-2004, 08:38 PM
You should use a mainreport to display competitor data and you should use a subreport for the class data.
Add to sorting and grouping the group header of competitor
and in the detail - the class data