Hi!
You can use the command text:
"SELECT MSysObjects.Name FROM MsysObjects WHERE (Left$([Name],1)<>'~') AND
(Left$([Name],4) <> 'MSys') AND (MSysObjects.Type)=1 ORDER BY
MSysObjects.Name;"
The only problem is that you need to have explicit 'Read Data' permissions
on the MSysObjects table, otherwise you get an exception.
Hope that helps!
Drago said:
Does anyone know how to enumerate the tables contained in an Access
database?
Thanks