Maybe I don't understand the real problem, but SQL server knows the CONVERT() function.
In your example, this would give :
SELECT CONVERT(float,'0.8333')
You can test this in the query analyser.
And for Access 2000, you can use cdbl("0.8333") to get a float from the string.
Only thing...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.