Skip Bisconer
Who Me?
- Local time
- Yesterday, 22:02
- Joined
- Jan 22, 2008
- Messages
- 285
I have a tab form with 21 reports that I want to print depending on the True/False value of check boxes. I am not very savy with Access VBA. I need to print all the reports daily but this is in the event one or many of the reports need reprinting. I was thinking of using a select case statement instead of a bunch of If statements but I don't understand the Select Case process enough to use it.
I see the docmd.PrintOut which I am assuming is what I should be using but for all my trying I can't seem to get it to work at all. And in reviewing Macros it seems as I can only print to file. I am able to get the report to open, using an if statement and docmd.OpenForm, but what I really want is it to print to my default printer without user input other that clicking the command button.
I obviously don't know how to phrase it. Thanks for looking at my problem.
I see the docmd.PrintOut which I am assuming is what I should be using but for all my trying I can't seem to get it to work at all. And in reviewing Macros it seems as I can only print to file. I am able to get the report to open, using an if statement and docmd.OpenForm, but what I really want is it to print to my default printer without user input other that clicking the command button.
I obviously don't know how to phrase it. Thanks for looking at my problem.