My report lists equipment that is checked out by individuals belonging to athletic teams. I am trying to print a report for an entire team. When I run the query, the results are correct, but the report shows them all on one page rather than each person having their own page.
The individual's information is contained in the header, and then the line items are in the body. What is happening is all of the returned line items just continue down the page - reguardless of who checked them out, and when that page is full, it carries over to the next page - with a new person's name at the top.
How do I get the equipment that is listed on that page (items checked out) to match up with who's information is at the top of the page?
The report is based on a query. The query is filtering between 3 tables - people info, equipment info, and what's checked out. The criteria fields sort the gender matching the request and the team name matching the request. So, the idea is to print a report that lists what varsity females have out - and generates one page per person with what they have.
I think I am close, because the query returns what I am looking for, it is simply a matter of me setting the form up correctly.
Thanks!
The individual's information is contained in the header, and then the line items are in the body. What is happening is all of the returned line items just continue down the page - reguardless of who checked them out, and when that page is full, it carries over to the next page - with a new person's name at the top.
How do I get the equipment that is listed on that page (items checked out) to match up with who's information is at the top of the page?
The report is based on a query. The query is filtering between 3 tables - people info, equipment info, and what's checked out. The criteria fields sort the gender matching the request and the team name matching the request. So, the idea is to print a report that lists what varsity females have out - and generates one page per person with what they have.
I think I am close, because the query returns what I am looking for, it is simply a matter of me setting the form up correctly.
Thanks!