I am developing a order entry database for a customer. One product line has discounts when the customer buys a certain volume. they are not consistent in % or $, rather, there is a different price break point and discount amount for each product in this category. I would like to have the entry form dynamically update the new price each time the quantity ordered changes. I was thinking of either keeping a table that had the price levels in it, or doing some sort of module. Either way, im not sure how to configure the action efficiently. Any suggestions on how to accomplish this?