form button Report printing

  • Thread starter Thread starter Ferrit04
  • Start date Start date
F

Ferrit04

Hi I have a button on a form that prints a report based on a query i
do NOT show the report it just prints the report when the button is
clicked however i would like a message box to show how many pages are
needed to put in the printer to match the ammount of pages printing
from the Report could anyone help me ASAP be most grateful...
 
Ferrit04 said:
Hi I have a button on a form that prints a report based on a query i
do NOT show the report it just prints the report when the button is
clicked however i would like a message box to show how many pages are
needed to put in the printer to match the ammount of pages printing
from the Report could anyone help me ASAP be most grateful...


THe number of pages in a report is calculated by the report
itself. In other words, you need to preview the report to
see how many pages it requires.
 
Back
Top