QBF Using ComboBox

V

Vance

I am trying to create a form that will dynamically update
query criteria based on the users choices from a combo
box. I have seen several examples of this technique
using text boxes in which the user has to type in the
criteria.

Vance
 
S

Steve Schapel

Vance,

Unless I am missing something here, the basic technique is the same as
what you have presumably seen using textboxes. In other words, refer
to the combobox in the criteria of the relevant field in the query,
using syntax such as...
[Forms]![NameOfYourForm]![NameOfCombobox]

- Steve Schapel, Microsoft Access MVP
 

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

Top