Check if form is open

PrincessBretti

Registered User.
Local time
Today, 11:09
Joined
Mar 16, 2000
Messages
14
Hi,
is there anyway to check if a particular form is open, from a different form?

I need to update two or more popup forms if a main form is clcicked upon.

Thanks

Princess
 
Look for the Isloaded function in Northwind,
If IsLoaded("formName") Then
HTN
 
Thats great thanks!

Princess
 

Users who are viewing this thread

Back
Top Bottom