Hello all! I worked extensively with Access and I used to know all of these little tidbits, however, it has been quite a number of years, and I cannot remember this one.
I have a two tables and I want to convert the following text into the corresponding numerical values in both of the tables:
Strongly Agree = 4
Excellent = 4
Very Satisfied = 4
Agree = 3
Good = 3
Satisfied = 3
Disagree = 2
Fair = 2
Dissatisfied = 2
Strongly Disagree = 1
Poor = 1
Strongly Dissatisfied = 1
I had in my head that I could do this in a query. I am thinking I would have to use VBA code, maybe there is a better way.
Any ideas or suggestions??
Thanks
Tana
I have a two tables and I want to convert the following text into the corresponding numerical values in both of the tables:
Strongly Agree = 4
Excellent = 4
Very Satisfied = 4
Agree = 3
Good = 3
Satisfied = 3
Disagree = 2
Fair = 2
Dissatisfied = 2
Strongly Disagree = 1
Poor = 1
Strongly Dissatisfied = 1
I had in my head that I could do this in a query. I am thinking I would have to use VBA code, maybe there is a better way.
Any ideas or suggestions??
Thanks
Tana