Maximize Access DB itself

  • Thread starter Thread starter SUB
  • Start date Start date
S

SUB

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

thank you in advance..

SUB
 
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
 
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





.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top