IsHyperlink Property

Microsoft Access Visual Basic

IsHyperlink Property

       

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.
You can set the IsHyperlink property by using the property sheet, a macro, or Visual Basic.