WebOptions Object

WebOptions Object

See Also         Example         Properties         Methods        

Application object
DataAccessPages collection (DataAccessPage object)
DataAccessPage object
WebOptions object

A WebOptions object refers to a specific Microsoft Access data access page's web option properties.

Remarks

Contains data access page attributes used by Microsoft Access when you save a data access page as a Web page or open a Web page. You can return or set attributes either at the application (global) level or at the data access page level. (Note that attribute values can be different from one data access page to another, depending on the attribute value at the time the data access page was saved.) Data access page-level attributes override application-level attributes. Application-level attributes are contained in the DefaultWebOptions object.

Remarks

Use the WebOptions property to return the WebOptions object.

Remember that if you change the value of a data access page-level attribute, the corresponding application-level attribute is automatically set to the same value. Therefore, you should restore and save the application-level values for a given data access page during each session in that data access page.