IsConnected Property

Microsoft Access Visual Basic

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

Note  The IsConnected property is available only by using Visual Basic.