Query prompt with a combo box

V

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

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

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
 
Top