AlastairOz
Technical User
I have a number field where I increment the field by + 1
or + 0.01 when adding records, depending on an option button selection.
When I switch to incrementing by + 1, I need to change the
numbers on the right hand side of the decimal point to .00
For example:
If I was incrementing by .01 and the value was 10.05,
and the increment option is changed to + 1 then the new
value needs be 11.00.
At this stage I get 11.05 instead of 11.00
Any ideas on clearing the .05 to .00 when selecting the
option button?
or + 0.01 when adding records, depending on an option button selection.
When I switch to incrementing by + 1, I need to change the
numbers on the right hand side of the decimal point to .00
For example:
If I was incrementing by .01 and the value was 10.05,
and the increment option is changed to + 1 then the new
value needs be 11.00.
At this stage I get 11.05 instead of 11.00
Any ideas on clearing the .05 to .00 when selecting the
option button?