I have a form the records a process that we require to be authorized by a manager.
We want to check this authorization by a password. I was thinking a good way to do this is have a hidden, unbound text box lookup the proper password for the EID of the manager that entered their EID on the form. I was thinking have a VBA event that runs on exit from the control in which the manager enters their EID. Then, a simple if function that compares the password entered to the hidden password lookup would allow or halt the recording of the information in the controls.
Could someone please help me with the best way to get the hidden field to lookup the proper password?
Thank you.
We want to check this authorization by a password. I was thinking a good way to do this is have a hidden, unbound text box lookup the proper password for the EID of the manager that entered their EID on the form. I was thinking have a VBA event that runs on exit from the control in which the manager enters their EID. Then, a simple if function that compares the password entered to the hidden password lookup would allow or halt the recording of the information in the controls.
Could someone please help me with the best way to get the hidden field to lookup the proper password?
Thank you.
Comment