Protecting a database and design

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created a table in the design view and have entered all of the
information. Users will need to update the information as it changes but I
don't want them to be able to change the design. What do I need to do?
 
While it doesn't offer much security, use a form to enter the data rather
than entering it into the table itself. You can set the startup options so
that the database window doesn't show. Knowledgeable users will be able to
override that setting, but there are ways to prevent that.
Beyond steps such as these you would need to implement security measures
such as user-level security. Access 2007 has a different security system, I
believe, so if you are using that version you should mention that.
 
To protect your design, deliver the Front End as an MDE. Only you
should have the MDB for making changes.

HTH
 
How do I do this?
--
Shir


Larry Daugherty said:
To protect your design, deliver the Front End as an MDE. Only you
should have the MDB for making changes.

HTH
 
Look in Help for make MDE or just MDE to find the tools in your
version.

HTH
 

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

Back
Top