Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to manually open the database window

Status
Not open for further replies.

startacc

IS-IT--Management
Jan 21, 2002
16
IE
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.

Thanks
Kevin.
 
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!"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top