I have a table with a numeric field named TransType. The field stores a number 1 - 6. I would like to have another field in the database that breaks this down as:
if TransType = 1 then NEWFIELD = "Blue" else
if TransType = 2 then NEWFIELD = "Red" else
if TransType = 3 then NEWFIELD = "Yellow"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.