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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top