A
Aibhlinn
In my database I have a list price (our cost) and a unit price (retail
price). I also have a field for a discount that is taken against the unit
price to get the extended price.
Problem is, I need to come up with a calculation, or expression so when the
discount is entered on the form, that the discount does not make the extended
price, lower than the list price of each of the items. The list price is not
viewable to the user and we don't want it to be.
How the form is set up is a subform holding:
Product ID
Quantity
Unit Price
Discount
Extended Price
I am pulling the information from an extended query.
Any help will be grealy appreciated as the most simple way to keep the user
from entering to big of a discount and throwing up a msg box.
price). I also have a field for a discount that is taken against the unit
price to get the extended price.
Problem is, I need to come up with a calculation, or expression so when the
discount is entered on the form, that the discount does not make the extended
price, lower than the list price of each of the items. The list price is not
viewable to the user and we don't want it to be.
How the form is set up is a subform holding:
Product ID
Quantity
Unit Price
Discount
Extended Price
I am pulling the information from an extended query.
Any help will be grealy appreciated as the most simple way to keep the user
from entering to big of a discount and throwing up a msg box.