how to forbid inserting data from tables

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

Guest

Hello,
I would like to forbid data enters from manipulating data from tables. I
want that any action on data is done through forms.

What's the best way to manage this issue?

thanks,
Rocco
 
You would take away their access to the tables. You would create saved
queries (and not give them any access to those queries). You would set the
query property to "run with owner's permission". You would then base your
forms off of those queries.

Of course, user-level security must be in place to do this.

Rick B
 
Back
Top