hide table from code

K

kevinrea

If you want to hide a table in the database window so that other users
can't select it, preface the table's name with 'Usys'.

For example, if your table's name is employee, change it to
UsysEmployee.
This makes your table into a system object which access does not
display.
If later, you want to see the table, choose view, options, show system
objects.

kevin
 
Top