Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.25 KB

Access.WebBrowserControl.Value.md

File metadata and controls

38 lines (22 loc) · 1.25 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
WebBrowserControl.Value property (Access)
vbaac10.chm14358
vbaac10.chm14358
Access.WebBrowserControl.Value
bf08215c-14c7-b2b2-65d5-707478e96e5a
02/26/2019
medium

WebBrowserControl.Value property (Access)

Determines or specifies the text in the control. Read/write Variant.

Syntax

expression.Value

expression A variable that represents a WebBrowserControl object.

Remarks

The Text property returns the formatted string. The Text property may be different than the Value property for a text box control. The Text property is the current contents of the control. The Value property is the saved value of the text box control. The Text property is always current while the control has the focus.

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

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.

[!includeSupport and feedback]