Show/Hide Access Database Window - TechRepublic
General discussion
November 30, 2001 at 05:17 AM
ds_davis

Show/Hide Access Database Window

by ds_davis . Updated 24 years, 6 months ago

I am using a VBA event procedure bound to a label on my main switchboard to send keystrokes to show/hide the database window, as well as alter the look and text of the label to reflect whether the DB window is shown or hidden. This works, but only in a crude fashion, and the label and state of the DB window do not always match.

I have searched Help for both Access and the VBA Editor for a way to access the DB window as an object so I can test its state and manipulate it directly either through Access macros or VBA, but the only references I found pertained to showing/not showing the window when the DB starts (StartupShowDBWindow property).

Does anyone have a solution?

This discussion is locked

All Comments