SmartTags Collection [Access 2003 VBA Language Reference]

SmartTags
SmartTag

Represents the collection of smart tags for a control on a form, report, or data access page.

Using the SmartTags Collection

To return a single SmartTag object, use the Item method or use SmartTags(Index), where Index represents the number of the smart tag.

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.

Properties | Count Property | Item Property

Methods | Add Method

Parent Objects

Child Objects

See Also | SmartTag Object | SmartTagAction Object | SmartTagActions Collection | SmartTagProperties Collection | SmartTagProperty Object