I have a main table which collects address information for several people. Each state field (number) looks up the information from another table, which lists a 2-digit state abbreviation and the full state name. No problem.
However, I don't know how to pull the 2 digit state abbreviation into the query. I can only pull the number, in the state field, into the query.
While I can simply list the abbreviations in the state field, I thought it would be easier for the user to see the full state name and abbreviation.
How do I extract the state abbreviation vs. the associated number?
However, I don't know how to pull the 2 digit state abbreviation into the query. I can only pull the number, in the state field, into the query.
While I can simply list the abbreviations in the state field, I thought it would be easier for the user to see the full state name and abbreviation.
How do I extract the state abbreviation vs. the associated number?