Hiding a table

D

Del

Is there anyway I can hide a table in the database window like system objects
can be hidden? I'm using Access 2000
 
F

fredg

Is there anyway I can hide a table in the database window like system objects
can be hidden? I'm using Access 2000

On the main database folder, right-click on the table name.
Select Properties.
Place a check in the Attributes Hidden check box.
To then view the table again, you'll need to go to Tools + Options +
View and place a check in the Show Hidden Objects box.
 
A

Allen Browne

Fred has shown the usual way to achieve this.
FYI, any table that has a name starting with USys will also be hidden.

(Microsoft set this up so you can create user-system tables that hide by
default.)
 
Top