How do you hide database objects

  • Thread starter Thread starter SharonD
  • Start date Start date
S

SharonD

I would like to hide database objects from users. How can I do this in
Access 2007? I would also like to not allow users access to the Data Base
Tools tab. I assume the best way to do this is to use work group
permissions, but I was warned not to use them in 2003.

Consideration: I copy the db from my client via pcanywhere/ work on it/ and
return to them, will this cause any problems
 
On Mon, 7 Dec 2009 08:33:02 -0800, SharonD

To hide a table, right click it and choose "Hidden".

You can provide your own Ribbon and leave out any options you don't
want users to have. For development you would simply not load this
ribbon, or load it in addition to the standard items.

-Tom.
Microsoft Access MVP
 
Back
Top