A
Anna
Hi,
I want to create a report based on fields from a form that
are option groups, but want the vaules to read as strings
rather than 1,2,3 etc.
Having searched the previous posts, I found this can be
done by creating an unbound control with an expression:
=IIf ([OptionGroupName]=1,"Active","Obsolete")
However, this only works for two options, and being
relatively new to Access, I'm not sure how to go about
expanding it.
My question is what is the expression for option groups
with more than two options (eg. 1=top 2=middle 3=bottom)?
Many thanks,
Anna
I want to create a report based on fields from a form that
are option groups, but want the vaules to read as strings
rather than 1,2,3 etc.
Having searched the previous posts, I found this can be
done by creating an unbound control with an expression:
=IIf ([OptionGroupName]=1,"Active","Obsolete")
However, this only works for two options, and being
relatively new to Access, I'm not sure how to go about
expanding it.
My question is what is the expression for option groups
with more than two options (eg. 1=top 2=middle 3=bottom)?
Many thanks,
Anna