G
Guest
I can successfully check if a subform is loaded using
If CurrentProject.AllForms.Item(ABCText).IsLoaded Then
however if the master form contains tabs and the subform is on a tab, the
previous check doesn't work. I'd like to test if the subform on the tab is
loaded.
Any help is appreciated.
On a side note, I wish I understood the Object Browser better and have a
feeling that it would help me in this case. Any good websites/books which do
some good explanation/tutorial of the Object Browser. I've many books that
tell you about it, but not enough.
thanks,
James
If CurrentProject.AllForms.Item(ABCText).IsLoaded Then
however if the master form contains tabs and the subform is on a tab, the
previous check doesn't work. I'd like to test if the subform on the tab is
loaded.
Any help is appreciated.
On a side note, I wish I understood the Object Browser better and have a
feeling that it would help me in this case. Any good websites/books which do
some good explanation/tutorial of the Object Browser. I've many books that
tell you about it, but not enough.
thanks,
James