prevent changes

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

Guest

Dear all,
I am looking for a very simple way to prevent users from changing the data
contents in a database.
Basically I am the only user who edits the entries, all the others should be
read-only (+executing macros in order to export queries).
My idea was to split the database and have to front-end versions. One for
myself the other version for all the users. Now I am looking for a way to
have a "global" setting to lock the entries.
Any pointers/ideas?
Thanks, Thore
 
Just implement user-level security so the users must log in and set their
permissions to the table appropriately.
 
Back
Top