I apologize if this is in the wrong section. I just started playing with Adobe Livecycle so I'm very green. I've been reading manuals, trying out "sample code" and searching everywhere for a resolution to no avail. Basically what I'm trying accomplish is I have a form which runs several simple equations, the format for which I have easily figured out. What I'm trying to do is after the equation I need it to round to the 100th's place decimal. My first line looks like this (input1 - input2) / input3. The result goes to Output1. I need to output1 to reflect as XXX.XX and from what I've read using the round function i would do Round(n1, n2). Can someone please show me how to link the two together? Thanks in advance for your help.