J
JMorrell
I have a field with data type of 'real' in my SQL Server linked table. In a
form, a user will enter a value of 6.66 in this field. When running a VB
process, Access looks at this number as 6.65999984741211. What data type do
I need to use to hold an actual value of 6.66?
It should be mentioned that my users will be doing calculations on these
numbers and that a precision of 2 decimal places is required.
tia,
form, a user will enter a value of 6.66 in this field. When running a VB
process, Access looks at this number as 6.65999984741211. What data type do
I need to use to hold an actual value of 6.66?
It should be mentioned that my users will be doing calculations on these
numbers and that a precision of 2 decimal places is required.
tia,