We are using check boxes as Quality Control Check points for various steps in a manufacturing process.
After each step a certain manager must check a box, before it goes on to the next step.
However, I have a manager checking their steps out of order, ahead of the previous step.
I currently have a GetUserName function I use in other aspects of the database.
How can I use this to allow just certain users to Check boxes and prevent others from checking their boxes out of order.
I have in mind to use an unbound text box to enter username on current to allow database who is viewing the record, but I am kind of stuck on where to go from there...
Any thoughts???
Thanks,
jswan1001