AccessObject.IsLoaded Property

Access Developer Reference

You can use the IsLoaded property to determine if an AccessObject is currently loaded. Read-only Boolean.

Syntax

expression.IsLoaded

expression   A variable that represents an AccessObject object.

Remarks

The IsLoaded property uses the following settings.

Setting Visual Basic Description

Yes

True

The specified AccessObject is loaded.

No

False

The specified AccessObject is not loaded.