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
 
Top