R
Ray
I'm calculating a line value on a form and getting a whole number result.
ex. Quantity * UnitPrice, 1 * 229.50 = 230.00
How can I get the result to come out to 229.50
The result is not stored in a table.
ex. Quantity * UnitPrice, 1 * 229.50 = 230.00
How can I get the result to come out to 229.50
The result is not stored in a table.