How tell if a form is open ?

D

David

My form code can be run when the form is open or when it is not. How do I test for the form being open?
 
P

PC Datatsheet

Look in the modules of Northwind; there's a function there named IsLoaded which
is what you are looking for.

--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
[email protected]
www.pcdatasheet.com


David said:
My form code can be run when the form is open or when it is not. How do I test
for the form being open?
 
Top