Team LiB
Previous Section Next Section

OpenDataAccessPage

Opens a data access page in the current database.

Syntax

DoCmd.OpenDataAccessPage DataAccessPageName[, View]

with the following parameters

DataAccessPageName

The name of the data access page.

View

A member of the AcDataAccessPageView enumeration indicating the view in which the page should be opened. Possible values are acDataAccessPageBrowse (the default) and acDataAccessPageDesign.

Comments

The OpenDataAccessPage method was first introduced in Access 2000.


Team LiB
Previous Section Next Section