Reports

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?
 
J

John W. Vinson

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").
 

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