Microsoft Access VBA Programming for the Absolute Beginner
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.
Категории