Query prompt with a combo box

  • Thread starter Thread starter VADIM
  • Start date Start date
V

VADIM

I am trying to run a query that prompts me for a value
via combo box. Is that possible?

Thank you,
Vadim...
 
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
 
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
 
Back
Top