Hi all
I am trying to filter a form using a combo box value. The box contains userids and the idea is for a supervisor to be able to filter the records entered by the employees userid. I have the 'After Update' event property set to a macro which runs a query I built to pull by the value of the combo box.
The problem is when I change the selection in the box, I get this alert:
[blue]Enter Parameter Value
cboUserId.Value[/blue]
When I enter the value it does work, but I shouldn't have to do that step. What am I missing???
Any help greatly appreciated!
I am trying to filter a form using a combo box value. The box contains userids and the idea is for a supervisor to be able to filter the records entered by the employees userid. I have the 'After Update' event property set to a macro which runs a query I built to pull by the value of the combo box.
The problem is when I change the selection in the box, I get this alert:
[blue]Enter Parameter Value
cboUserId.Value[/blue]
When I enter the value it does work, but I shouldn't have to do that step. What am I missing???
Any help greatly appreciated!