Designing reports

G

Guest

Please help anyone if you can.

I need to print a report, results of students from a dance school. I need
to print their results one person per page. Need to get the information from
tables and queries, but having a problem printing one person per page. Any
suggestions.

Thanks
BAC
 
B

BruceM

Tools > Sorting and grouping. In the first row of the dialog box, select
LastName and sort Ascending. Same for FirstName in the second row. Select
StudentID for the third row, and set Group Header to Yes. You can put a
text box in the header, bound to the student's name, if you like. Set Keep
Together to With First Detail. In the group header properties, set Force
New Page to Before Section. (If that doesn't produce the expected results,
try After Section). To set the Group Header Properties, click into the
header, then click View > Properties.
Since you have provided few details, I have assume that you have a LastName
field, a FirstName field, and that the primary key is the StudentID field.
If otherwise, and if you are having difficulties getting this to work, post
some details of your database structure, including key fields.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top