I have a form with a field (Dept). I have a combo box with employees where employeeDept = forms.formname.dept.
It works fine - if I put in ACCT for Dept, the combobox only shows employees in ACCT.
If I add another record, change the dept to FIC, the combobox still has ACCT. Same if ACCT was an error and want to change it to another dept. When I requery the form to add another record, the Dept field is blank, but the combobox still has ACCT employees. I've spent way too much time on this one - I can only seem to clear it if I close the form and re-open it. Can you help???
It works fine - if I put in ACCT for Dept, the combobox only shows employees in ACCT.
If I add another record, change the dept to FIC, the combobox still has ACCT. Same if ACCT was an error and want to change it to another dept. When I requery the form to add another record, the Dept field is blank, but the combobox still has ACCT employees. I've spent way too much time on this one - I can only seem to clear it if I close the form and re-open it. Can you help???