How to check if table is opened using VBA code ?

A

Adrian

Hi,

May I know how to check if a table is opened in access using VBA code ?
Thanks..
 
V

Van T. Dinh

I haven't used it but you can try the SysCmd method with 1st argument
acSysCmdGetObjectState.

Vheck Access VB Hel p on SysCmd.
 
Top