IsConnected Property

Microsoft Access Visual Basic

IsConnected Property

       

You can use the IsConnected property to determine if the CurrentProject or CodeProject object is currently connected. Read-only Boolean.

expression.IsConnected

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

Remarks

The IsConnected property uses the following settings.

Setting Visual Basic Description
Yes True The CurrentProject or CodeProject object is currently connected.
No False  The CurrentProject or CodeProject object is not connected
The IsConnected property is available only by using Visual Basic.