I have two tables in SQL Server with the column name "Quantity".
Table A data type for Quantity field is float
Table B data type for Quantity field is decimal (24,11).
I have an access application that is linked to tables above.
I enter through the Access form quantity 2594334.38.
I query table A in SQL query analyzer and it is 2594334.38.
Then I ran code in access send this number into...