G
Guest
Hello,
I am using the following statement to determine the amount of time to charge.
TotFractTime: Val(Hour([ElapseTime]))+(Int((Minute ([ElapseTime])+14)/15)/4)
I now need to round this up to the next whole number, even if the result is
4.25, it needs to round up to 5.
Thanks!
Mary
I am using the following statement to determine the amount of time to charge.
TotFractTime: Val(Hour([ElapseTime]))+(Int((Minute ([ElapseTime])+14)/15)/4)
I now need to round this up to the next whole number, even if the result is
4.25, it needs to round up to 5.
Thanks!
Mary