adammorrisey
New member
- Local time
- Today, 17:17
- Joined
- Nov 20, 2012
- Messages
- 8
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), FK(EmployeeCode), FK(InventoryID)
There is also an Inventory table but I can figure that out
I want to create a form that allows me to sign out a tool without entering the EmployeeCode and just extract the EmployeeCode from the user who logged in.
I know a simple way around it, but it would make the idea of logging in redundant if I have to use the username and password again
I'm not sure if this is possible within the limitations of Access since I have just started using it since September (when my course started).
Any help is greatly appreciated, I can provide screen shots or anything else that helps
I have a table EMPLOYEE - PK(EmployeeCode)
linked via a 1:M relationship
to a table SIGN_OUT - PK(SignOutID), FK(EmployeeCode), FK(InventoryID)
There is also an Inventory table but I can figure that out
I want to create a form that allows me to sign out a tool without entering the EmployeeCode and just extract the EmployeeCode from the user who logged in.
I know a simple way around it, but it would make the idea of logging in redundant if I have to use the username and password again
I'm not sure if this is possible within the limitations of Access since I have just started using it since September (when my course started).
Any help is greatly appreciated, I can provide screen shots or anything else that helps
