Good morning, If you could please help, I'm pretty Good with Excel but I'm a dumbass with access. How to set up the tables and relationships is easy, it makes sense. The macros and functions and codes and all that is completely alien compared to excel though.
I am using a form to update and or add records to a several different tables. Trying to make the form so that when an employee is selected, it only shows the Tool they currently have, and if it is returned or issued, I can update table 3 with the dates, and table 2 with the status. Thought I had it with a query grouping by MAX on the issue date and the EmplyID = the EmplyID on the form, but when I hit the next record button it changed to the next instance of a different tool number issued to the same employee. I only want to see tools currently issued and be able issue new tool or return current ones.
Any help is appreciated.
Relationships Below:
Table 1 Employees (List of all Employees and information) Autonumber primary Key: EmplyID
Table 2 Tools (List of all Tools and whether it is available or issued) Autonumber primary Key: Tool No
Table 3 Tool History (Records of when tool was loaned to which employee) Secondary keys: Tool No and EmplyID
Table 4 Employee History (Hire & Quit Dates) secondary key: EmplyID
I am using a form to update and or add records to a several different tables. Trying to make the form so that when an employee is selected, it only shows the Tool they currently have, and if it is returned or issued, I can update table 3 with the dates, and table 2 with the status. Thought I had it with a query grouping by MAX on the issue date and the EmplyID = the EmplyID on the form, but when I hit the next record button it changed to the next instance of a different tool number issued to the same employee. I only want to see tools currently issued and be able issue new tool or return current ones.
Any help is appreciated.
Relationships Below:
Table 1 Employees (List of all Employees and information) Autonumber primary Key: EmplyID
Table 2 Tools (List of all Tools and whether it is available or issued) Autonumber primary Key: Tool No
Table 3 Tool History (Records of when tool was loaned to which employee) Secondary keys: Tool No and EmplyID
Table 4 Employee History (Hire & Quit Dates) secondary key: EmplyID