Getting a combo box value into a query

raccoon

New member
Local time
Today, 15:59
Joined
Jan 14, 2003
Messages
5
I am having troube with this. I have a parameter query which is referencing 3 combo boxes on my form. I am referencing the combo boxes with the syntax =[Forms]![MyFormName]![MyCombo] but the values don't seem to be going into the query. Any ideas?
 
Requery your query on the combobox afterupdate event.
 

Users who are viewing this thread

Back
Top Bottom