I
iamrdbrown
I have a database that I have set up (with lots of help from this site). I
am almost completed the database with the exception of setting data entry
control to some of the form textboxes based on security clearance. Here is a
basic description:
I have a table that contains UserID, FirstName, LastName and SecurityLevel.
I have a form that needs to have 3 sections filled in to be complete:
Operator, Supervisor and qaAuditor.
I would like to have it set up so that:
only operators can enter data for Operator Complete
only supervisors can enter data for Supervisor Review
only qaAuditors can enter data for QA Approval
At this point, anyone can approve any section if they are in the database
security table - I don't know how to limit the text input based on 2 fields
in the security table (UserID and SecurityLevel).
Any help would be greatly appreciated.
R Brown
am almost completed the database with the exception of setting data entry
control to some of the form textboxes based on security clearance. Here is a
basic description:
I have a table that contains UserID, FirstName, LastName and SecurityLevel.
I have a form that needs to have 3 sections filled in to be complete:
Operator, Supervisor and qaAuditor.
I would like to have it set up so that:
only operators can enter data for Operator Complete
only supervisors can enter data for Supervisor Review
only qaAuditors can enter data for QA Approval
At this point, anyone can approve any section if they are in the database
security table - I don't know how to limit the text input based on 2 fields
in the security table (UserID and SecurityLevel).
Any help would be greatly appreciated.
R Brown