I'll start off saying that I am getting a VBA book, but for expediency I need a simple solution or a stoopid proof walk thru. I know just enough to get myself into trouble... and know that I am WAY over my head.
Training database, tblemployees, tbltasks, tbltaskstoemployees. Apend qry (qrytaskstoemployees) makes a record for each employee where the task and the employee have the same workcenter, or all in the case of generic training tasks.
frmtrainingupdate is a subform showing all records from tbltaskstoemployees for the employee record currently selected on the parent form. Trying to select employee to update via combo box that derives names from tblemployees, then populate subform with the list of tasks for the employee that was selected in the combo box. tblemployees and tbltaskstoemployees share ID key but not 1 to 1 as tbltaskstoemployees has multiple records per employee based on how ever many training tasks are assigned to them.
Happy New Year... and thank you for any assistance.
Oscar