Converting value to text in query

P

pat

Please help. Trying to covert a numerical statement to
text in a query:
Field name is [BA] Field stores numerical values. Need to
covert to test in query as follows:
1=Open
2=Complete
3=N/A
Unable to determine correct expression to use.
 
R

Rick Brandt

pat said:
Please help. Trying to covert a numerical statement to
text in a query:
Field name is [BA] Field stores numerical values. Need to
covert to test in query as follows:
1=Open
2=Complete
3=N/A
Unable to determine correct expression to use.

TextOutput: Choose([BA], "Open", "Complete", "N/A")
 

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

Top