I have a field called MinGauge in a table.
fieldsize: single
decimal places: auto
In a query, I have the following code:
MinGauge
Test: IIf([MinGauge]>0,[MinGauge],0)
When I print run the query , here's a sample of results:
MinGauge Test
0.015 0.0149999996647239
0.1 0.100000001490116
Can anyone tell me why this is happening & how I can make the value in Test = to MinGauge when MinGauge > 0?
Thanks!
fieldsize: single
decimal places: auto
In a query, I have the following code:
MinGauge
Test: IIf([MinGauge]>0,[MinGauge],0)
When I print run the query , here's a sample of results:
MinGauge Test
0.015 0.0149999996647239
0.1 0.100000001490116
Can anyone tell me why this is happening & how I can make the value in Test = to MinGauge when MinGauge > 0?
Thanks!