D
dhstein
I had a field defined as a Long Integer which I realized needed to be a
"Double". So I changed it and in VBA code the values I'm using for the field
are also "Double". But I'm getting completely wrong results on the
calculations and I'm sure it's related to my field definitions. For example
a field which has a value of 1100 - I subtract 16.67 in the code and get a
result of 54166.5. So can someone help me to define what the field
definition should be and how the corresponding VBA variables should be
defined? Thanks for any help on this.
"Double". So I changed it and in VBA code the values I'm using for the field
are also "Double". But I'm getting completely wrong results on the
calculations and I'm sure it's related to my field definitions. For example
a field which has a value of 1100 - I subtract 16.67 in the code and get a
result of 54166.5. So can someone help me to define what the field
definition should be and how the corresponding VBA variables should be
defined? Thanks for any help on this.