Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
41 lines (22 loc) · 1007 Bytes

control-smarttags-property-access.md

File metadata and controls

41 lines (22 loc) · 1007 Bytes
title keywords f1_keywords ms.prod api_name ms.assetid ms.date
Control.SmartTags Property (Access)
vbaac10.chm10153
vbaac10.chm10153
access
Access.Control.SmartTags
2f8b1435-31d4-4388-614c-4f26544eed7c
06/08/2017

Control.SmartTags Property (Access)

Returns a SmartTags collection that represents the collection of smart tags that have been added to a control. .

Syntax

expression. SmartTags

expression A variable that represents a Control object.

Remarks

Using the SmartTags property will result in a run-time error if the control is not a ComboBox, Label, or TextBox object.

Note Unlike the SmartTags collections in Microsoft Excel and Microsoft Word, the SmartTags collection in Microsoft Access is zero-based. Therefore, the code control.SmartTags(0) returns the first smart tag for the specified control.

See also

Concepts

Control Object