VBA code for showing databasewindow

  • Thread starter Thread starter TTD
  • Start date Start date
T

TTD

Guest
Hi,

Within Access it is possible (under startup) to show or hide the databasewindow.

With which VBA code can I change this setting to visible = true .... or false?
:confused:
 
The way I do it is to call a custom built password looking form that, when the correct password is entered, runs:

DoCmd.SelectObject acForm, , True

This displays the Db window with the forms tab focused.

Dave
 
Hi Ghudson,

I did use the Search function, but I searched for 'databasewindow', which did not give any result. I made a wrong translation, for in Dutch 'database window; is one word (databasevenster).

Pity that I did not find it at first. Thanks anyway for pointing me out the right thread.
 

Users who are viewing this thread

Back
Top Bottom