Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Query in a Report

Status
Not open for further replies.

gonzojm

Technical User
Joined
Apr 1, 2002
Messages
1
Location
US
I have 70 different schools in a table and over 1000 records of student's names.

I want to create a report for each school listing the student's names sorted by grade, whether they are attending college, and their last name.

Besides doing this the long way (creating 70 queries for each of the schools), is there a much simpler way to get this information in a report?

I want a page break after each school's information.

Thanks for your help. Please reply simply so I can understand what I need to do. Thanks again!!


 
You can design the report to group by the school field. In Access 2000, go to View, Sorting and Grouping. After selecting the school field to group on, you should add either a group header or footer. The Group header can be used for column headings.

Headers and footer also have their own properties. To keep your school information separated by school, you can set "force new page" properties for a header or footer, so that when the report prints, each group starts on a new page.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top