I have a combo box (Employee) whose recordset is filtered by the selection in another combo box (Department) on the form. To pull the employees for the selected department, I have the Employee combo box requery On Click. The issue is that the list is requeries for every "instance" of the continuous form. Previously entered employees for other departments are no longer visible in the form when the department is changed. The data is correctly stored in the table but it is very confusing for the users.
Is there any way to have the recordset update only for the active form versus all of occurences of the continuous form?
Thanks,
Is there any way to have the recordset update only for the active form versus all of occurences of the continuous form?
Thanks,