IsHyperlink Property
From Microsoft Access Visual Basic
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.