I have a field whose field size is Single.
If I enter a value, e.g 7.39, and use this value in a query the value appears as 7.39169979095459.
This gives inaccurate results. e.g
15 * 7.39 = 110.85
15 * 7.39169979095459 = 110.88
This is causing problems with the results in my query.
How do I prevent this, and ensure that exactly 7.39 is used?
If I enter a value, e.g 7.39, and use this value in a query the value appears as 7.39169979095459.
This gives inaccurate results. e.g
15 * 7.39 = 110.85
15 * 7.39169979095459 = 110.88
This is causing problems with the results in my query.
How do I prevent this, and ensure that exactly 7.39 is used?