print a report from a form

Bioman

Registered User.
Local time
Today, 12:57
Joined
Feb 28, 2002
Messages
29
Hi! I would print a report (3 copy) from a form on close event. I can't use the PrintOut command (it print the current form/report and I'm in a form) and we can't choose the number of copy in the OpenReport command.

Thanks
 
Can you loop through the DoCmd.OpenReport three times? Seems a bit overkill, but it might work. Might have to put a delay in to allow the other one to queue up first.

David R


[This message has been edited by David R (edited 03-04-2002).]
 

Users who are viewing this thread

Back
Top Bottom