DoCmd.SetProperty Method (Access)

The SetProperty method carries out the SetProperty action in Visual Basic.

Version Information

추가된 버전: Access 2007

Syntax

.SetProperty(ControlName, Property, Value)

A variable that represents a DoCmd object.

Parameters

Name

Required/Optional

Data Type

Description

ControlName

필수

Variant

The name of the field or control for which you want to set the property value. Leave this argument blank to set the property for the current form or report.

Property

선택

Variant

A AcProperty constant that specifies the property that you want to set.

Value

선택

Variant

The value to which the property is to be set. For properties whose values are either Yes or No, use –1 for Yes and 0 for No.

참고 항목

개념

DoCmd Object

DoCmd Object Members