P
pakerly
I've got a form that has an option group on it:
__ Monday
__ Tuesday
__ Wednesday
and the value for the option group items are: 1 for MON, 2 for TUE and
3 for WED.
My form puts info into a table, adds a record.
I am wanting to build a report that uses my table as the control
source, but instead of displaying the stored value for the option
group item, I want it to display the actual TEXT...how can I do this?
So my report looks like this:
Thank you for selecting our <DAY HERE> service.
would read:
Thank you for selecting our Wednesday service.
but reads like this, because it is taking the value of the field:
Thank you for selecting our 3 service.
thanks for any help.
__ Monday
__ Tuesday
__ Wednesday
and the value for the option group items are: 1 for MON, 2 for TUE and
3 for WED.
My form puts info into a table, adds a record.
I am wanting to build a report that uses my table as the control
source, but instead of displaying the stored value for the option
group item, I want it to display the actual TEXT...how can I do this?
So my report looks like this:
Thank you for selecting our <DAY HERE> service.
would read:
Thank you for selecting our Wednesday service.
but reads like this, because it is taking the value of the field:
Thank you for selecting our 3 service.
thanks for any help.