Maximize Access DB itself

S

SUB

anyone know a way to force an Access database to
maximize ....not the forms within...

thank you in advance..

SUB
 
N

Nikos Yannacopoulos

Execute the following VB command:

RunCommand acCmdAppMaximize

upon opening the db (e.g. in the On Open event of a form that opens at
startup).

HTH,
Nikos
 
S

SUB

That works great.... 8O)

cheers

SUB
-----Original Message-----
Execute the following VB command:

RunCommand acCmdAppMaximize

upon opening the db (e.g. in the On Open event of a form that opens at
startup).

HTH,
Nikos





.
 
Top