How tell if a form is open ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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
(e-mail address removed)
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?
 
Back
Top