Currently I have a form that a user will enter a price and quantity and then it will calculate the total cost.
For the most part it works perfectly fine, but for some reason when anyone enters a price that ends in .95 the total column adds a lot of 0's after the correct total. I also have a second total that totals the totals and it calculates fine.
When I try and set my currenct from auto to 2 decimals it does show the correct total but still errors on invalid data.
Any ideas the formula I am using in the value is round((@itemPrice * @itemQuantity) * 100) * .01