IsHyperlink Property [Access 2003 VBA Language Reference]

You can use the IsHyperlink property to specify or determine if the data contained in a text box or combo box is a hyperlink. Read/write Boolean.

expression.IsHyperlink

expression Required. An expression that returns one of the objects in the Applies To list.

Remarks

The IsHyperlink property uses the following settings.

Setting Visual Basic Description
Yes True The data displayed is a hyperlink.
No False The data displayed is not a hyperlink.

Note  You can set the IsHyperlink property by using the property sheet , a macro , or Visual Basic .

Applies to | ComboBox Object | TextBox Object

See Also | Hyperlink Property | HyperlinkAddress Property | HyperlinkSubAddress Property