Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Test if form is open

Status
Not open for further replies.

vlingen

Programmer
Aug 4, 2006
31
US
Hi All,

I expect this is an easy answer...

How do you verify if a form is already open when working on a different form?

Thanks!
 
Public Function isFormLoaded(strFrm As String) As Boolean
isFormLoaded = CurrentProject.AllForms(strFrm).IsLoaded
End Function
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top