Is is possible to print all forms in my database using a command button?
T turks67 via AccessMonster.com Nov 3, 2009 #1 Is is possible to print all forms in my database using a command button?
D Douglas J. Steele Nov 3, 2009 #2 Using VBA code, yes. You can loop through the AllForms collection of the CurrentProject, opening each form, printing then closing it. Sounds like a pretty pointless thing to do though...
Using VBA code, yes. You can loop through the AllForms collection of the CurrentProject, opening each form, printing then closing it. Sounds like a pretty pointless thing to do though...