Data Entry Permissions

  • Thread starter Thread starter Dan
  • Start date Start date
D

Dan

I am looking to setup a signoff section in my database. I
have several users that have to signoff, but I want to
limit each user to be able to signoff only in his/her
specific field. Anyone tried doing this or something
similar?

Thanks.
 
-----Original Message-----
I am looking to setup a signoff section in my database. I
have several users that have to signoff, but I want to
limit each user to be able to signoff only in his/her
specific field. Anyone tried doing this or something
similar?

Thanks.
.
Dan, you can build a table with validation rules set.
Then build a form /attach macro(auto)at start up. This
would give you your basic answer. However this is a 2 way
street. You can use VBA or macros to do this for start up
or make procedures that trigger. Sounds to me you could
build a log off table to save when your user logs off. The
key is validation rules in your table. If this is a
problem? Build a table for each user to log off and
impliment your resourses on forms or modules.

R.J.
 
Back
Top