Print all Forms

  • Thread starter turks67 via AccessMonster.com
  • Start date
T

turks67 via AccessMonster.com

Is is possible to print all forms in my database using a command button?
 
D

Douglas J. Steele

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...
 
Top