So I created an inventory management database, where a user has to log in with a password using a form, from there they can sign out or sign in a tool that is in the database.
I have a table EMPLOYEE - PK(EmployeeCode)
linked via a 1:M relationship
to a table SIGN_OUT - PK(SignOutID)...