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

  • Thread starter Thread starter TNL
  • Start date Start date
yes, you can
dbs.TableDefs("Table1").Attributes =dbs.TableDefs("Table1").Attributes Xor
dbHiddenObject

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