I am trying to get Invoice & Packing Sheet reports to print when only one button has been pushed. For some reason I haven't found anything on the forum to help me do this and I didn't find anything on the web.
Any help would be greatly appreciated.
I am trying to get Invoice & Packing Sheet reports to print when only one button has been pushed. For some reason I haven't found anything on the forum to help me do this and I didn't find anything on the web.
Any help would be greatly appreciated.
Last edited by tuggleport; 05-23-2011 at 01:50 PM. Reason: clarification
You simply put multiple lines of code:
DoCmd.OpenReport "FirstReport"...
DoCmd.OpenReport "SecondReport"...
Thanks pbaldy! I feel stupid but I guess, after a night of programming and spending the preceding 90 minutes on my coding I posted a question on today as well, my brain was set to "Pure Confusion" when I got to something easy.
Happy to help! I'm often the victim of brain-cramps, so I feel your pain.![]()