I currently have an unbound combo box on a form which uses a query to list several employee names. The form also has a "Save" command button so that the unbound employee name can be saved in a table together with the employee's "Function".
Once the employee name has been saved with the employee's function, I'd like the combo box list to EXCLUDE that employee, as he/she has already been assigned a Function.
The query for the combo box looks to the Employee Names table. But I need the query results to exclude any employees previously saved in the Functions table.
Any thoughts on this? Do I need to get into VBA coding here or recordsets?
Once the employee name has been saved with the employee's function, I'd like the combo box list to EXCLUDE that employee, as he/she has already been assigned a Function.
The query for the combo box looks to the Employee Names table. But I need the query results to exclude any employees previously saved in the Functions table.
Any thoughts on this? Do I need to get into VBA coding here or recordsets?