Check If Any Forms Open

  • Thread starter Thread starter Mary Fetsch
  • Start date Start date
M

Mary Fetsch

In access 2000, is there an easy way to check to see if any forms are open?
I don't want to check a particular form. I just want to know if any forms
are open, or to put it another way, if all forms are closed.
 
The Forms collection (part of the Application object) only contains the open
forms, so all you need to do is check Forms.Count
 
Thanks a lot!

Douglas J. Steele said:
The Forms collection (part of the Application object) only contains the open
forms, so all you need to do is check Forms.Count
 

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

Back
Top