G'Day:
I have a form based on a table - tblAssignments
WorkerID
JobID
LocationID
from that form, there are combo boxes that allow me to select a person and then select their job.
What I need is after that person has been selected, I need to update another table - tblWorker to include the LocationID.
I know I need to us an AfterUpdate event, but I am unsure as to how to "look up" the WorkerID in the tblWorker so that it will updated the LocationID.
I hope this is understandable.
I have a form based on a table - tblAssignments
WorkerID
JobID
LocationID
from that form, there are combo boxes that allow me to select a person and then select their job.
What I need is after that person has been selected, I need to update another table - tblWorker to include the LocationID.
I know I need to us an AfterUpdate event, but I am unsure as to how to "look up" the WorkerID in the tblWorker so that it will updated the LocationID.
I hope this is understandable.