C
cram
work with Xp and Access2003
I want to do following
In an Input form I want to check if some data aore correct. based on
invoices I introduce the BasicAmount, the txes and the total of the invoice
i.e. the sum of Basic + Taxes say i.e. 100 + 21 = 121
I intorduce the 100, the 21 and the 121. As matter of contol I compare the
calculated sum of 100+21 and compare with the inputed 121. If there is a
difference I show an error message.
My problem is now that for SOME records the message appears although the 3
inputs are correct.
As futher detail, all nummers are "single".
I'm afraid that in calculating "the sum" there must be some "distorsion"
somewhere in the decimal-figures.
Any one any idea?
I want to do following
In an Input form I want to check if some data aore correct. based on
invoices I introduce the BasicAmount, the txes and the total of the invoice
i.e. the sum of Basic + Taxes say i.e. 100 + 21 = 121
I intorduce the 100, the 21 and the 121. As matter of contol I compare the
calculated sum of 100+21 and compare with the inputed 121. If there is a
difference I show an error message.
My problem is now that for SOME records the message appears although the 3
inputs are correct.
As futher detail, all nummers are "single".
I'm afraid that in calculating "the sum" there must be some "distorsion"
somewhere in the decimal-figures.
Any one any idea?