Team LiB
Previous Section Next Section

MoveSize

Repositions and/or resizes an object window.

Syntax

DoCmd.MoveSize [Right][, Down][, Width][, Height]

with the following parameters:

Right

The new horizontal starting position of the window, expressed as the number of twips from the main Access window’s right edge.

Down

The new vertical starting position of the window, expressed as the number of twips from the main Access window’s top edge.

Width

The new width of the window in twips.

Height

The new height of the window in twips.

Comments


Team LiB
Previous Section Next Section