Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 977 Bytes

Access.Form.DisplayOnSharePointSite.md

File metadata and controls

37 lines (23 loc) · 977 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Form.DisplayOnSharePointSite property (Access)
vbaac10.chm13629
vbaac10.chm13629
Access.Form.DisplayOnSharePointSite
f741a5df-5924-2756-409a-94a8fcf21809
03/12/2019
medium

Form.DisplayOnSharePointSite property (Access)

Gets or sets whether the specified form can be made available as a view on a Microsoft SharePoint Foundation site. Read/write Byte.

Syntax

expression.DisplayOnSharePointSite

expression A variable that represents a Form object.

Remarks

The DisplayOnSharePointSite property uses the following settings.

Setting Description
Do Not Display Do not make the form an available view.
Follow Table Setting (Default) Make the form available as a view if the form's parent table is configured to be displayed as a view.

[!includeSupport and feedback]