okay, I am not very good with this. That command is new to me. Where would I place that script if I already have a javascript script in the calculate event of that numeric field I am trying to get rounded up?
I basically have the javascript code in the numeric fields calculate event set to
this.rawValue = subform1.numericField1.rawValue;
I tried putting your script on the change event hoping I could use formCalc there but get a error when testing saying Ceil is not defined. Thanks