m17347047711116
Registered User.
- Local time
- Today, 23:14
- Joined
- Feb 4, 2002
- Messages
- 68
I have an option group on my form now and the user selects the option desired, the value in the option group is then defined as a numeric value.
I now need to put an hidden unbound box on my form that will look at the option group value and convert the value to text to be used for my criteria in my query.
not sure how to write the code for the list box
option group value IIF[Department] =1 then"Shipping =2"Printing"
I now need to put an hidden unbound box on my form that will look at the option group value and convert the value to text to be used for my criteria in my query.
not sure how to write the code for the list box
option group value IIF[Department] =1 then"Shipping =2"Printing"
Last edited: