Any ideas on how to open the database window without using the special keys? I'm trying to put security in place so that users cannot open the database window without knowing the exact key combinations to do so.
To show the database window, run
Docmd.SelectObject acForm, , True
To Hide the database window, run
Docmd.SelectObject acForm, , True
Docmd.RunCommand acCmdWindowHide
"The Key, The Whole Key, and Nothing But The Key, So Help Me Codd!"
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.