C
C. Sharp
I have a field named "Identifer" in my master table that
accepts codes for ease of data entry. Is there a way for
a Query to take these codes and convert them into text,
i.e. Identifier = "MD" but on the query I would like for
it to change the text MD to actually display "Doctor".
Unfortunately, I have to use a query since I am having to
filter data and dump it into an Excel spreadsheet.
Any ideas?
accepts codes for ease of data entry. Is there a way for
a Query to take these codes and convert them into text,
i.e. Identifier = "MD" but on the query I would like for
it to change the text MD to actually display "Doctor".
Unfortunately, I have to use a query since I am having to
filter data and dump it into an Excel spreadsheet.
Any ideas?