I have a form which needs to test whether another form is open and if not open it, otherwise sets its visibility to true and give it focus.
I can open the form using the DoCmd.OpenForm command but how do I test whether it is open in the first place?
I can open the form using the DoCmd.OpenForm command but how do I test whether it is open in the first place?