R
Rob
Using an action of SetValue,
Item is; [SLJ Points],
Expression is; Round([Standing Long Jump],0)
When used and shown in my form,
result on an "odd number.5" rounds up to "next even number"
and on a "even number.5" rounds down to the even number".
Rounding on a "number.5" is supposed to always go up (if my
memory serves me correctly).
What should I do to correct this?
This is for a sports scoring database I am working on. I
need to set the scores based on the results of the sport
event. I am still wondering how to handle a tie.
Rob
Item is; [SLJ Points],
Expression is; Round([Standing Long Jump],0)
When used and shown in my form,
result on an "odd number.5" rounds up to "next even number"
and on a "even number.5" rounds down to the even number".
Rounding on a "number.5" is supposed to always go up (if my
memory serves me correctly).
What should I do to correct this?
This is for a sports scoring database I am working on. I
need to set the scores based on the results of the sport
event. I am still wondering how to handle a tie.
Rob