ysaunders
01-24-2002, 07:32 AM
I have a subform where a user chooses a product, the product price appears in one field, user chooses a discount (as a percent) and the result is the total. Sometimes, I want to take a price i.e., 275 and reduce it to 195, with percentage discount of 28.9999999% I can only get the reduced price down to 195.25 and no lower. How can I round the result down without interferring with other prices (2.50) not being rounded down?