View Full Version : Printing report from switchboard


Noe
10-23-2001, 08:26 AM
I have a switchboard that contains a print report button. The button runs a macro that opens the report, prints it and then closes the report. My problem is that it prints the switchboard also. I only want to print the report. How can I do this.

llkhoutx
10-23-2001, 11:37 AM
Instead of running a macro "OnClick", use docomd.openform "YourReportName"