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?