accessman2
Registered User.
- Local time
- Today, 06:22
- Joined
- Sep 15, 2005
- Messages
- 335
Hi,
''this is for checking if the form1 is opening
If CurrentProject.AllForms("form1").IsLoaded = True Then
.....................
End If
how do we check if the subform is loading on the form1?
currentproject.allforms![form1]![subform1].isloaded
How to fix it?
''this is for checking if the form1 is opening
If CurrentProject.AllForms("form1").IsLoaded = True Then
.....................
End If
how do we check if the subform is loading on the form1?
currentproject.allforms![form1]![subform1].isloaded
How to fix it?