Help!
I have a table called tblworkorders and a table called tblemployees. I need to have a "status" of each employee that displays what workorder they are on.
I have a frmproductionsignoffs with the workorders information and a dropdown to select the employee that will be working on the workorder. When this is selected I need to edit the table with the employees so that the field "employee project" receives the current workorder that the employee is working on.
Each workorder could have multiple employees working on it at the same time so I need to have the workorder they are on stored in tblemployees rather then just putting the employees name in to the tblworkorders.
I would really appreciate some direction as I cannot seem to pick the right keywords to find the solution.
Thanks in advance!
I have a table called tblworkorders and a table called tblemployees. I need to have a "status" of each employee that displays what workorder they are on.
I have a frmproductionsignoffs with the workorders information and a dropdown to select the employee that will be working on the workorder. When this is selected I need to edit the table with the employees so that the field "employee project" receives the current workorder that the employee is working on.
Each workorder could have multiple employees working on it at the same time so I need to have the workorder they are on stored in tblemployees rather then just putting the employees name in to the tblworkorders.
I would really appreciate some direction as I cannot seem to pick the right keywords to find the solution.
Thanks in advance!