ppoindexter
Registered User.
- Local time
- Today, 14:28
- Joined
- Dec 28, 2000
- Messages
- 134
i have a form that passes values to a query via 3 combo boxes
code as follows (for each combo box)
[Forms]![popfrm_Red]![Combo_1]
what do i add to this code so that if any of the 3 combo boxes IS NOT needed (no value passed to query) the query will just ignore any of the combo boxes that are not utilized
for instance if user selects data from
combo_1, combo_2 and
does not select any value from combo_3
i want the query to run using just the values passed from combo_1 and combo_2
thanks in advance
code as follows (for each combo box)
[Forms]![popfrm_Red]![Combo_1]
what do i add to this code so that if any of the 3 combo boxes IS NOT needed (no value passed to query) the query will just ignore any of the combo boxes that are not utilized
for instance if user selects data from
combo_1, combo_2 and
does not select any value from combo_3
i want the query to run using just the values passed from combo_1 and combo_2
thanks in advance