Problems when Printing

BillBee

Registered User.
Local time
Today, 11:39
Joined
Aug 31, 2008
Messages
137
I can not sort out what my error is. I have a form with a command that is based on a Macro and when I print the report I also get a printout of the form as well. Has anyone any suggestions.
 
Details of what the macro steps are would be a start. My guess is you have accidently stated that both the open form and report should be printed.
 
Set steps in macro as OpenReport, PrintOut and Close. Have set report name to correct name. This fault is occurring on two different reports.
 
Why use PrintOut and not just use the OpenReport macro action with PRINT as the VIEW down in the arguments area?
 
Problem solved. Before I read your reply Bob I set up a new database and imported Tables etc and all was working but changed settings in macro as you suggested.Thanks.
 

Users who are viewing this thread

Back
Top Bottom