V VADIM May 9, 2004 #1 I am trying to run a query that prompts me for a value via combo box. Is that possible? Thank you, Vadim...
I am trying to run a query that prompts me for a value via combo box. Is that possible? Thank you, Vadim...
T tina May 9, 2004 #2 the only way i know is to put the combo box you need on a form, then reference the combo box in the query criteria, as Forms!FormName!ComboBoxName hth
the only way i know is to put the combo box you need on a form, then reference the combo box in the query criteria, as Forms!FormName!ComboBoxName hth
R Rob May 9, 2004 #3 Hi Vadim, The method below works but make sure that the bound column is the value that you want to pass to the next query, Cheers Rob
Hi Vadim, The method below works but make sure that the bound column is the value that you want to pass to the next query, Cheers Rob