sharing database FORMS only

M

mezzanine1974

I designed a database to be used in the server of my company. I want
to enable my colleagues to use FORMS ONLY which has been designed as
interface for themselves. However, i can not find a way yet not to
allow my colleagues to use TABLES directly. Because, tables contains
sensitive and important data and i am worrying from being destroyed by
users.
What do you suggest to me ?
 
K

Keith Wilby

mezzanine1974 said:
I designed a database to be used in the server of my company. I want
to enable my colleagues to use FORMS ONLY which has been designed as
interface for themselves. However, i can not find a way yet not to
allow my colleagues to use TABLES directly. Because, tables contains
sensitive and important data and i am worrying from being destroyed by
users.
What do you suggest to me ?

There are various methods of keeping users out of your design, some easier
to break than others. You could start by hiding the database window, hiding
built-in menus and setting a startup form (Tools, Startup). You could also
disable the bypass (shift) key. You could then look at applying user-level
security but that is a major learning task and you may not need it if your
users aren't the curious type.

As an aside, if your data is *very* sensitive then don't use Access to store
it, it just isn't secure enough.

HTH - Keith.
www.keithwilby.com
 
J

jahoobob via AccessMonster.com

Also, convert the front end into a .mde. This will prevent users from
altering forms, reports, and modules. Of course they will be able to edit
data but they won't be able to change table structure for any table that is
linked to the backend.

Keith said:
I designed a database to be used in the server of my company. I want
to enable my colleagues to use FORMS ONLY which has been designed as
[quoted text clipped - 3 lines]
users.
What do you suggest to me ?

There are various methods of keeping users out of your design, some easier
to break than others. You could start by hiding the database window, hiding
built-in menus and setting a startup form (Tools, Startup). You could also
disable the bypass (shift) key. You could then look at applying user-level
security but that is a major learning task and you may not need it if your
users aren't the curious type.

As an aside, if your data is *very* sensitive then don't use Access to store
it, it just isn't secure enough.

HTH - Keith.
www.keithwilby.com
 

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