Microsoft Access VBA Programming for the Absolute Beginner

Moves to a designated page of a multipage form.

Syntax

DoCmd.GoToPage PageNumber[, Right][, Down]

with the following parameters:

PageNumber

A valid page number on the current form.

Right

A horizontal offset in twips indicating which part of the page you want displayed.

Down

A vertical offset in twips indicating which part of the page you want displayed.

Comments

Категории