I have a mixed database of paper entry and Qualtrics entry data. The paper entry forms converted number values for sessions (1, 2, 3, 4, etc) into text representations (Session_1, Session_2, Session_3, Session_4), and the newer data recorded the sessions in numerical form only. The client wants just the numerical form of session identifier. I have a table that equates the Session_Name and Session_Code. How do I use this table to convert all of the points in several merged tables of data to the numerical code? The Session naming code isn't simple unfortunately so I don't think I can use just the VAL function. (Week_1_Followup is 9 for example).
The tables I need to update with only a numerical value are often deleted and recreated with new collected data using several select and add queries, however the names of all merged tables always stay the same. Thank you to anyone who can give me a hand, I'd rather not have to edit the values in an Excel export.