View/Hide database window

P

Pietro

Dear all,

What's the code i should use to view the database window on my my
database?,then how to hide it again
 
O

Ofer Cohen

To hide use

Docmd.RunCommand acCmdWindowHide

To Unhide
Docmd.RunCommand acCmdWindowUnHide

Or, Press F11 Key
 
Top