Query

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

Guest

I have a query where the field is male/female. male = 1 female =2. In the
results, I want to display the term male instead of 1 and female instead of
2. Is there a way to do this.
 
You can create a column in your query with the expression:
MF: Choose([Male/Female], "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

Similar Threads

Error in syntax 2
Male Female Count 3
Create query that sums up categorical data 2
Calculate an "Age Group" from age in years 10
Query Problem 2
Excel Formulas 3
Crosstab - column names 1
Crosstab - column names 3

Back
Top