2624
Programmer
- Mar 6, 2002
- 11
I have been trying to automate my update query. I have a database that imports data from excel file. One of the field captures test scores and they are in a text format. I would like to update these values into a numeric values in a new field. Like:
TestScore TestScoreNumeric (NEW Field with numeric values)
SUPR 10
ADVH 9
ADVM 8
ADVL 7
INTH 6
INTM 5
INTL 4
How can I update TestScoreNumeric field each time I import new sets of data?
Thanks for any help...
TestScore TestScoreNumeric (NEW Field with numeric values)
SUPR 10
ADVH 9
ADVM 8
ADVL 7
INTH 6
INTM 5
INTL 4
How can I update TestScoreNumeric field each time I import new sets of data?
Thanks for any help...