Generating report by name ID

  • Thread starter michael_quackenbush
  • Start date
M

michael_quackenbush

I am trying to generate reports for each unique Person in my database
tables. How can I write a query that produces a report for eahc ID on
a separate page without having to write a query for each UserID (my
unique identifier)?

Table 1: NameID, LastName, FirstName
Table 2: NameID, FiscalWeek, Amount

Thanks,
Mike
 
G

Guest

You can set the sorting and grouping to NameID and update the group header or
footer to force a new page before or after.
 

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

Top