T
Terry
I have access 2003 running against a SQL database and I
created a view that returns the last few characters from
a text column (with an AS statement)
Now I want to group by a date column and add the values
of the returned characters. The problem is that I cannot
figure out how to get access to convert text to number. I
tried VAL, but it doesnt work. to_num is what I think
Oracle and some others use, but no luck there either.
Any help out there?
created a view that returns the last few characters from
a text column (with an AS statement)
Now I want to group by a date column and add the values
of the returned characters. The problem is that I cannot
figure out how to get access to convert text to number. I
tried VAL, but it doesnt work. to_num is what I think
Oracle and some others use, but no luck there either.
Any help out there?