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