Print certain records on report

  • Thread starter Thread starter Matt P
  • Start date Start date
M

Matt P

I have created a popup form to hover over the report which is open at
the same time. Now I have a mailing list which works best printing
twenty at a time. I am not sure exactly how to refer to printing
certain records from the report.

Does anyone know how to reference exact records to be printed. Or do
I have to close and open the report everytime and filter it by 20 each
time?

Thanks,
Matt P
 
I have created a popup form to hover over the report which is open at
the same time.  Now I have a mailing list which works best printing
twenty at a time.  I am not sure exactly how to refer to printing
certain records from the report.

Does anyone know how to reference exact records to be printed.  Or do
I have to close and open the report everytime and filter it by 20 each
time?

Thanks,
Matt P

Once the report is open and visible, the filtering is already complete
(takes place in the Open event, I think). At that point, the report
is read only, and doesn't respond to any other events. So in a word,
yes, you have to close and reopen the report with a new filter. The
only other way to do it would be to show 20 records per page.
 
Back
Top