G
Guest
Hello.
I have a table with a Double data type field that has the following value:
0.0141176470588235
After that i want to perform some operations on that table using VBA. The
problem is that whe i read the value to a Double type variable, the value
becomes 1.41176470588235
Why does this happen?
I have a table with a Double data type field that has the following value:
0.0141176470588235
After that i want to perform some operations on that table using VBA. The
problem is that whe i read the value to a Double type variable, the value
becomes 1.41176470588235
Why does this happen?