IsConnected Property [Access 2003 VBA Language Reference]

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

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

Applies to | CodeProject Object | CurrentProject Object