Print only the first 2 pages

Pappy

Registered User.
Local time
Today, 11:06
Joined
Jun 12, 2003
Messages
28
I have a report which pulls the current form's policy number off and sends the data to the report. Sometimes this form will bring several instances of a policy number with, so the report will want to print 4 pages. I only the first 2 pages of the report. So is there anyway to tell command to only print the first two pages? Let me know if this doesn't make sense. Help is always appreciated...

Paps
 
One way is to use the Sendkeys function to send the keystrokes which uses the print menu to print those pages.
 
in the end a macro called printout worked great, you can set the pages to be printed out. Thanks!
 

Users who are viewing this thread

Back
Top Bottom