G
Guest
Is there any way to get a query to return string data rather than code even
when the code data is stored in the table? i.e For a given field if "no" = 1
and "yes" = 2, the query currently returns the '1' or '2' (given that this is
the value stored in the table). However, I'd like it to return "yes" or "no"
instead if possible? can anyone help? I know this sort of thing can be
accomplished if I make a report based on the query but I'd really like to do
it directly in the query if possible?
Thanks in advance for any help!
when the code data is stored in the table? i.e For a given field if "no" = 1
and "yes" = 2, the query currently returns the '1' or '2' (given that this is
the value stored in the table). However, I'd like it to return "yes" or "no"
instead if possible? can anyone help? I know this sort of thing can be
accomplished if I make a report based on the query but I'd really like to do
it directly in the query if possible?
Thanks in advance for any help!