Hi,
I am no programmer and my Access training has big holes in it but I will try to be clear.
I have attached a small part of the database I am building to keep track of employees and the training they have taken or need to take based on their job descriptions.
I created a form based on tbl_Employees with a subform from the junction table that manages the many-to-many relationship of Employees to Job Descriptions.
When the user selects a new Job Description to add for that employee from the combo box (Record source is from the third table, "Job Descriptions), I would like it to add the record to the junction table and update the results seen in the subform.
Can I write the code in the combo box's Control Source to have it update the junction table or would an "update" button work? Or is this not possible?
Thanks!
I am no programmer and my Access training has big holes in it but I will try to be clear.
I have attached a small part of the database I am building to keep track of employees and the training they have taken or need to take based on their job descriptions.
I created a form based on tbl_Employees with a subform from the junction table that manages the many-to-many relationship of Employees to Job Descriptions.
When the user selects a new Job Description to add for that employee from the combo box (Record source is from the third table, "Job Descriptions), I would like it to add the record to the junction table and update the results seen in the subform.
Can I write the code in the combo box's Control Source to have it update the junction table or would an "update" button work? Or is this not possible?
Thanks!