Query

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.
 
D

Duane Hookom

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


Top