Expand Minimize
This topic has not yet been rated - Rate this topic

BoundObjectFrame.Value Property (Access)

Published: July 16, 2012

Gets of sets the value of the field that the control is bound to. Read/write Variant.

expression .Value

expression A variable that represents a BoundObjectFrame object.

The Value property for a bound object frame or a bound chart control is set to the value of the field that the control is bound to. Since these fields normally contain OLE objects or chart objects, which are stored as binary data, this value is usually meaningless.

The Value property returns or sets a control's default property, which is the property that is assumed when you don't explicitly specify a property name.

Note Note

The Value property is not the same as the DefaultValue property, which specifies the value that a property is assigned when a new record is created.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.