After importing a PARADOX 8 table to SQL Server 2000 I would like to convert a char field into a float format because the values are numeric like "0,08333".
In Access 2000 I use then following querystring:
IIf(Fix([field])>0,Fix([field]),0)+[field]-Fix([field]) AS newfield
Who can...
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.