Reports

  • Thread starter Thread starter TheWizard
  • Start date Start date
T

TheWizard

Can I use Access to create multiple reports for printout? I have a table
with many records. At any time people need to be able to printout a report
for each record based a date or range of dates. When quried based on the
query range I could have anywhere from 0 to say 100 reports to print. Is
this possible?
 
Can I use Access to create multiple reports for printout? I have a table
with many records. At any time people need to be able to printout a report
for each record based a date or range of dates. When quried based on the
query range I could have anywhere from 0 to say 100 reports to print. Is
this possible?

ummm... yes.

An Access "REPORT" object is sort of a template. It will usually be based on a
Query which will return zero, one, or many records. It can (optionally)
contain page break controls to control what appears on which sheet of paper;
if your query returns 100 records and the Report has a page break between each
record, you'll get 100 sheets of paper ("reports").
 
Back
Top