hello there
i have one table has a column called evaluation ( text data type ), and i want to take the data and convert it into a number data type in another table or a query , something like the following
excellent=90 to 100
good = 80 to 89
accepted = 60 to 79
under 60 is failed
please help
, thanks in advanced
i have one table has a column called evaluation ( text data type ), and i want to take the data and convert it into a number data type in another table or a query , something like the following
excellent=90 to 100
good = 80 to 89
accepted = 60 to 79
under 60 is failed
please help