P
papa jonah
I have a form that I use as a sort of GUI for running queries. My
dropdowns work great. Now I want to add three radiobuttons to dictate
what criteria will be used in another field.
My three radio button options will be:
BC
DC
AD
The chosen option will driver the criteria in the "Wt" field of the
query. (The Wt field has numeric values from 1-4.
What I want the criteria to translate to is "=1" for BC, "<>1" for AD,
or for DC, equal to anything.
Do I use a tiered IIF statement in the criteria for "Wt" in the query?
If so, how do I do that in Access speak?
TIA
dropdowns work great. Now I want to add three radiobuttons to dictate
what criteria will be used in another field.
My three radio button options will be:
BC
DC
AD
The chosen option will driver the criteria in the "Wt" field of the
query. (The Wt field has numeric values from 1-4.
What I want the criteria to translate to is "=1" for BC, "<>1" for AD,
or for DC, equal to anything.
Do I use a tiered IIF statement in the criteria for "Wt" in the query?
If so, how do I do that in Access speak?
TIA