Disabling Tables & Queries

B

Baghzaad

Hi,

Can anyone tell me how to disable the "Design" , "Delete" and the "New"
option from the "Tables" & "Queries". I have created a MDE but it does not
disable the above 3 options.

Thanks.
 
R

Rick Brandt

Baghzaad said:
Hi,

Can anyone tell me how to disable the "Design" , "Delete" and the "New"
option from the "Tables" & "Queries". I have created a MDE but it does not
disable the above 3 options.

Correct, only code-based objects are locked in an MDE (forms, reports, modules).
To prevent changes to queries and tables you need to implement full-blown user
level security. A fairly advanced topic that nearly everyone gets wrong on the
first attempt. Google this group for "Security FAQ" and you will get plenty of
links to sources you should study thoroughly before attempting this (on a copy
of your database).
 

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