View Full Version : Setting Access Window Size


irishtyke
10-21-2007, 02:34 AM
I would be most grateful if someone could tell me how to set (fixed) the size of an application's Access window. The Access window is always fine and centred on my development system, but it always opens in full screen mode on the user's sytem. Although this doesn't affect the application's operation, it looks ugly, all being squeezed into the top left corner of the user's maximized Access window.

sven2
10-21-2007, 04:33 AM
hello Irishtyke,

you can do this with the command docmd.movesize right, down, width, height

Best regards,
Sven.

irishtyke
10-21-2007, 04:49 AM
Many thanks Sven.

I am hopeful that ...

DoCmd.RunCommand acCmdAppRestore

... also achieves the same thing.