ChrisCalvert
Technical User
In a table in Microsoft Access I have ten fields, each of which contain a number. This relates to an account type. I need to either make a new filed, or update these existing fields to display the text description of these account types instead. That is, I need to change Acc1Typ...Acc10Typ to read "Checking, Savings, Savings, Credit Card" instead of "1,2,2,3". That, or I need to have another field that contains the text, based on the column that contains the numbers. This data is imported new each day. I could run an update query or something, but I cannot figure out the syntax that would do this. Any help is appreciated.