changing option group value to something meaningful

  • Thread starter Thread starter RipperT
  • Start date Start date
R

RipperT

Hello,

I have an option group on a form that users select tween two choices. The
form says "Male" and "Female", but the values stored in the table are "1"
and "2". In my queries and reports, how can I get the values to show as
"Male" and "Female" again?

Many thanks,

Ripper
 
Hello,
I have an option group on a form that users select tween two choices.
The form says "Male" and "Female", but the values stored in the table
are "1" and "2". In my queries and reports, how can I get the values
to show as "Male" and "Female" again?

Many thanks,

Ripper

=Choose([FieldName], "Male", "Female")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top