Hi Mickey,
It's friday so I "borrowed" this from Access help(F1)
MoveSize Method
The MoveSize method carries out the MoveSize action in Visual Basic. For more information on how the action and its arguments work, see the action topic.
Syntax
DoCmd.MoveSize [ right ][ , down ][ , width ][ , height ]
The MoveSize method has the following arguments.
Argument Description
right A numeric expression.
down A numeric expression.
width A numeric expression.
height A numeric expression.
You must include at least one argument for the MoveSize method. If you leave an argument blank, the current setting for the window is used.
You can leave an optional argument blank in the middle of the syntax, but you must include the argument's comma. If you leave one or more trailing arguments blank, don't use a comma following the last argument you specify.
The units for the arguments are twips. (567/centimeter or 1440/inch.) ;-) Gord
ghubbell@total.net
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.