Prevent Database

C

Chris

i want all the users can only access the data via the form
not directly the table and design view of table. what can
i do? is there any way the database (back end) can be
hidden? any good suggestion?
e.g. salesperson can make sales orders, but what if they
open the table and directly change data there!!!
Thanks for the answer.
 
J

Jeremiah Ellison

i want all the users can only access the data via the form
not directly the table and design view of table. what can
i do? is there any way the database (back end) can be
hidden? any good suggestion?
e.g. salesperson can make sales orders, but what if they
open the table and directly change data there!!!
Thanks for the answer.

You can hide the database window by clicking on the Tools menu and selecting Startup, uncheck the check box that says
"Display Database Window". This will not prevent the user from accessing the tables but it will make it more difficult. The
database window can still be displayed by clicking on the Database Window icon in the toolbar or by selecting the current
project in the File menu.

Jeremiah Ellison
Ellison Enterprises - Your One Stop IT Experts
 
D

Dave Elliott

Additionally you could also via Explorer or some other file manager hide the
Folder where your back ends resides.
Hope this helps. I assume you are using a custom menu or either startup form
on load.

Jeremiah Ellison said:
You can hide the database window by clicking on the Tools menu and
selecting Startup, uncheck the check box that says
"Display Database Window". This will not prevent the user from accessing
the tables but it will make it more difficult. The
database window can still be displayed by clicking on the Database Window
icon in the toolbar or by selecting the current
 

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