A
Adam Thwaites
I have two forms, frm_One and frm_Two. There is code on frm_One to check if
frm_Two is open and if it is switch to it:
If Forms![frm_Two].Visible = True Then
Forms![frm_Two].SetFocus
But this doesn't work as if frm_Two is closed I get the 'Database can't find
the form frm_Two... error.'
How else can I do this?
--
Adam Thwaites
Access Database Designer
adam.*spamless*[email protected]
Manchester, UK
(I have no access to other sites apart from microsoft.com so posting
external links is no use to me)
frm_Two is open and if it is switch to it:
If Forms![frm_Two].Visible = True Then
Forms![frm_Two].SetFocus
But this doesn't work as if frm_Two is closed I get the 'Database can't find
the form frm_Two... error.'
How else can I do this?
--
Adam Thwaites
Access Database Designer
adam.*spamless*[email protected]
Manchester, UK
(I have no access to other sites apart from microsoft.com so posting
external links is no use to me)