Thanks, Bob.
That may work.
Here is the solution I got from another forum and it works.
<A query-based way to solve it is craete another field in your table with the type you want, and then run this query :
update <YOURTABLENAME> set <YOURNEWFIELD> = val(<YOURNUMBERASTEXTFIELD>)
where...