I need help big time with this problem. I have a database with about 26 fields on one form, and 25 of these fields need to add up and equal the other field. These fields all have double data types so I can use a decimal. I am only going to 2 decimal places, but the error is this:
I add the 25 fields, using the NZ function as well to get rid of nulls. The problem is, when I do the validation check to see which message to display, the value I get from deducting the single field from the summation is 1.72342334534E-16.
Can anyone help/explain why.
Thanks
Nick
PS I have also tried setting the summation and the single field to a Variant, but the error still occurs.
I add the 25 fields, using the NZ function as well to get rid of nulls. The problem is, when I do the validation check to see which message to display, the value I get from deducting the single field from the summation is 1.72342334534E-16.
Can anyone help/explain why.
Thanks
Nick
PS I have also tried setting the summation and the single field to a Variant, but the error still occurs.