Make an object (query, table ...) unvisible programmatically

T

TNL

Hi,
how can I set an access object unvisible with VBA?
I habe access 2000

Thanks
TNL
 
A

Alex Dybenko

yes, you can
dbs.TableDefs("Table1").Attributes =dbs.TableDefs("Table1").Attributes Xor
dbHiddenObject

but be careful - if you compact mdb - table will gone
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top