You can search the Forms collection (only loaded forms are in the
collection), you can look at the IsLoaded property in the AllForms
collection or you can use the acSysCmdGetObjectState action of the SysCmd
method.
Thanks David, I try to do this but unsuccessfuly...
I make table Descriptions with columns ID (auto num.) and DESC (text).
How to call with code some ID from this Table to display DESC in form status
bar?