Maximising Access Upon Opening, Not Maximising a Form

commandolomo

Registered User.
Local time
Today, 00:16
Joined
Jun 11, 2004
Messages
73
Hello all

I wonder if someone can help me. I want force Access, as a program, to maximise upon opening, but not to maxinise the switchboard/opening form. I have tried to use an Autoexec macro function of "Maximise," but this just maxises the first form, and not the Access window.

Any ideas?

Cheers
 
I haven't looked at this real close but you may be able to get it to work:

Link


Or you may be able to do it with the windows shortcut options.

kh
 
Call this when your db is first opened...

Code:
DoCmd.RunCommand acCmdAppMaximize
 
Gentlemen, as always, my thanks for your time and dissemination of your knowledge

Regards
 
acCmdAppMaximize = cool

Wonder if anyone knows of link to list of all the constants with a brief explaination...

kh
 

Users who are viewing this thread

Back
Top Bottom