I would like some advice on creating a permissions table or tables.
Currently, I have a table like this:
UserID, Username, DepartmentID, Review, Approve.
So a user can create a request for materials. Then, another user, based on department and Review rights will review the request for invalid data. Then, a third user, based on department and Approve rights, will approve or deny the request. Lastly, another user will view each request, add a PO# and order the materials.
I use a Navigation form so everyone can see the current requests, based on what department they are in, and one form for creating the request, clicking Reviewed or Approved and entering Ordering info.
I came to the point where I need to add the permission for certain users to Order, and realized that I would have to add like 20 more records - one for each user authorized to order for each department.
I feel like there might be a better solution, but
.
Thanks!
Currently, I have a table like this:
UserID, Username, DepartmentID, Review, Approve.
So a user can create a request for materials. Then, another user, based on department and Review rights will review the request for invalid data. Then, a third user, based on department and Approve rights, will approve or deny the request. Lastly, another user will view each request, add a PO# and order the materials.
I use a Navigation form so everyone can see the current requests, based on what department they are in, and one form for creating the request, clicking Reviewed or Approved and entering Ordering info.
I came to the point where I need to add the permission for certain users to Order, and realized that I would have to add like 20 more records - one for each user authorized to order for each department.
I feel like there might be a better solution, but

Thanks!