G
Guest
Access does not support field level security as part of its security
mechanism. So, it seems we need to use a combination of form allow(addtions,
edits, deletions) and field enable/lock to implement security.
My application is rather complex security wise. Different fields are
updateable by different groups. It is goes so far that some fields are only
updated if the are responsible for a project (which requires VBA code in the
form current event).
The VBA is getting large in comparision with the rest of the apllcatiion. I
was wondering if anyone was aware of a commerical or perhaps freeware
solution to field level security. What I thinking what would do the trick is
some coding that checked Access group security against a table with form &
field names and access rights (may/may not add, update, delete at the form
and field levels).
Thanks,
Leif
mechanism. So, it seems we need to use a combination of form allow(addtions,
edits, deletions) and field enable/lock to implement security.
My application is rather complex security wise. Different fields are
updateable by different groups. It is goes so far that some fields are only
updated if the are responsible for a project (which requires VBA code in the
form current event).
The VBA is getting large in comparision with the rest of the apllcatiion. I
was wondering if anyone was aware of a commerical or perhaps freeware
solution to field level security. What I thinking what would do the trick is
some coding that checked Access group security against a table with form &
field names and access rights (may/may not add, update, delete at the form
and field levels).
Thanks,
Leif