Printing

  • Thread starter Thread starter Glenn
  • Start date Start date
G

Glenn

I am printing a series of 45 sequential reports using a
macro to open and print. However, some Reports do not
print. It seems like it is random as to which ones print
and which do not. Any suggestions?
 
Glenn said:
I am printing a series of 45 sequential reports using a
macro to open and print. However, some Reports do not
print. It seems like it is random as to which ones print
and which do not. Any suggestions?

hi ,
Yes, depending:
Do you have a 'end of report' caption printing at the end of each report?
Do you cater for the 'nodata' event?

Doing either should show what is going on. Having a 'End of report' label in
the report footer will come up even if there is no data to be extracted for
this report. Or in the noData event, print out a 'No records extracted for
entered criteria' label will show you if the report is empty. Each can cost
an additional page, but at least you're not left wondering why the report
has 'disappeared'
HTH
Marc
 

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

Back
Top