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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top