ZedtheHead
No clue about Access user
- Local time
- Today, 13:03
- Joined
- Jan 11, 2005
- Messages
- 15
I'm trying to print off a report after the user clicks on a button in a form. I created a macro to do this and it is set off in VB by
DoCmd.RunMacro ("PrintMacro")
It prints OK, but the trouble is that it also prints the form as well. What do I need to do to have it print ONLY the report?

DoCmd.RunMacro ("PrintMacro")
It prints OK, but the trouble is that it also prints the form as well. What do I need to do to have it print ONLY the report?
