I have a form 'frmEmpDataEntry' that's used to input and update employee information.
On the form there are 6 command buttons that use the ApplyFilter macro to filter by employee type [EmpType] (5 employee types and ShowAll).
I am also using an unbound combo box [EmpSelect] to select a particular employee. It's row source is a query 'qryEmployees' that returns Employees' names. On the After Update event is a macro 'FindEmployee' that uses the GoToControl (the control name is [EmpName]) and the FindRecord (find what is =[EmpSelect]) actions.
Both work great except when a filter is applied, the EmpSelect still shows all employees. How can I set this up so that when a filter is applied, only employees within the the filtered type shows up??
Thanks!!
Mike
On the form there are 6 command buttons that use the ApplyFilter macro to filter by employee type [EmpType] (5 employee types and ShowAll).
I am also using an unbound combo box [EmpSelect] to select a particular employee. It's row source is a query 'qryEmployees' that returns Employees' names. On the After Update event is a macro 'FindEmployee' that uses the GoToControl (the control name is [EmpName]) and the FindRecord (find what is =[EmpSelect]) actions.
Both work great except when a filter is applied, the EmpSelect still shows all employees. How can I set this up so that when a filter is applied, only employees within the the filtered type shows up??
Thanks!!
Mike