integritycare
Technical User
Hello,
For some time now I have noticed that Access does not give accurate results when adding curency fields. Here is an example of an invoice adding GST (Tax)
On a continous form there is a GST (currency field) with this code attached
Over at least 4 entries on the invoice the GST amount calculated is about 2c out.
The total as recorded on the Form Footer is recorded as $42.60
When the individual items are added with a calculator is comes to $42.62c
How can I get this to be accurate. I have tried setting the GST field to 2 decimal points, I have tried different combinations as in the above code ranging from 0.1 to 0.09999 etc, but still not accurate.
Cant seem to get it right..
Integrity
For some time now I have noticed that Access does not give accurate results when adding curency fields. Here is an example of an invoice adding GST (Tax)
On a continous form there is a GST (currency field) with this code attached
Code:
on Lost Focus GST = Nz([STotal]) * 0.09999
The total as recorded on the Form Footer is recorded as $42.60
When the individual items are added with a calculator is comes to $42.62c
How can I get this to be accurate. I have tried setting the GST field to 2 decimal points, I have tried different combinations as in the above code ranging from 0.1 to 0.09999 etc, but still not accurate.
Cant seem to get it right..
Integrity