I have a form that contains a combo with Managers Name called QA_ID, then another combo box . I want to take the value of the managers name and populate to another combo box that allows multiple select if more than 1 manager was involved for an employee review.
I can use the Me.QA__ID.Column(1) on CHANGE. and the value show. then I want to populate the field content to another Combo Box that with multiple entries.
I can use the Me.QA__ID.Column(1) on CHANGE. and the value show. then I want to populate the field content to another Combo Box that with multiple entries.