Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / New Users / March 2006

Tip: Looking for answers? Try searching our database.

display database window command button

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
eilime55 - 02 Mar 2006 17:41 GMT
I have created a switchboard for my database and would like one of the
command button options to be "Display Database Window." There is an example
of this in the sample database. The DW will be hidden, but I would like an
option to click on that button and enter an administrator's code or something
to access the database window. Could I do this with a macro? I am a beginner.
Ed Robichaud - 02 Mar 2006 20:47 GMT
A macro of "SendKeys" - F11 will display the database window.

>I have created a switchboard for my database and would like one of the
> command button options to be "Display Database Window." There is an
[quoted text clipped - 4 lines]
> to access the database window. Could I do this with a macro? I am a
> beginner.
chris.nebinger@gmail.com - 02 Mar 2006 21:58 GMT
Or:

http://www.mvps.org/access/general/gen0031.htm

To show the database window, run
   Docmd.SelectObject acTable, , True

To Hide the database window, run
   Docmd.SelectObject acTable, , True
   Docmd.RunCommand acCmdWindowHide
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.