Opens a data access page in the current database.
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.
The OpenDataAccessPage method was first introduced in Access 2000.