I have a table (tbllightning) that has each state coded as a number. For example Alabama is coded as 1, Alaska as 2,Arizona as 3, and so one. What I am trying to do is use an Iif statement to change the state numeric code to the actual state name so that on the table Alabama will replace the number 1 under the state column etc. I must admit I am not very good with using VB code/SQL statements. Any help is greatly appreciated.