VBA Code to Detect Whether a Form is Open

whdyck

Registered User.
Local time
Today, 04:44
Joined
Aug 8, 2011
Messages
169
I'm using Access 2003.

Sorry if this is a dumb question, but is there VBA code to detect whether a given form is already open? (I've googled for a while, but I can't seem to find the answer.)

Thanks.

Wayne
 
Also ...
Code:
currentproject.allforms("formname").isloaded
 
Yeah, there didn't used to be a CurrentProject object with an AllForms collection... I think that might have appeared in the Access 2000.
 

Users who are viewing this thread

Back
Top Bottom