Thank you very much TheAceMan1 for all your help. While I was waiting for replies I used this approach:
Dim strformName As String
Const conObjStateClosed = 0
Const conDesignView = 0
strformName = "frm_findInvoicePU"
If SysCmd(acSysCmdGetObjectState, acForm, strformName) <>...
1)I need to be able to check if a certain form is open.
2)Or I need to tell which forms are open and depending on a form name run code.
Many, many thanks!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.