I did not even know how to search for this, though I did try...
I am using Access_2000 to collect user data. When done, I insert it into a SQL_2000 table. Access PRICE field is Currency, and the SQL field PRICE is Float. I am moving the data with a simple append query.
The kicker:
Access = 45.4750
SQL = 45.474998474121094
Why would Access or SQL alter a basic number upon import? How can I avoid this?
Thank you all in advance, for I am unable to find ANYthing about this silliness.
___Craig___
I am using Access_2000 to collect user data. When done, I insert it into a SQL_2000 table. Access PRICE field is Currency, and the SQL field PRICE is Float. I am moving the data with a simple append query.
The kicker:
Access = 45.4750
SQL = 45.474998474121094
Why would Access or SQL alter a basic number upon import? How can I avoid this?
Thank you all in advance, for I am unable to find ANYthing about this silliness.
___Craig___