Option group values showing as the words in reports

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
Can anyone tell me how to make my options in the option group show in my
reports.

I have this as the options:
1=Sat
2=Unsat
3=Nonparticipant

Thank you
 
Create a table with 2 fields: a Number field (contains the 1,2, etc), and a
Text field (contains the Sat, Unsat, etc.)

Create the relationship between your main table and this new lookup table
(Relationships on Tools menu.)

Create a query that uses your main table, and this new table. Include the
text field in the fields shown by the query.

Set the Record Source of the report to the query. You now have the text
field available to display in your report.
 

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

Similar Threads

If then statement 16
Help with options 22
Query Parameter using multiple options 0
Help with Date Query 5
Access Create option group without using wizard? 2
Option Group 22
Options - update query 4
Access 2007 options group 3

Back
Top