J
Joe Robertson
I am writing a Dabase where an employee can type in a part number and hit OK
and it returns the information on the part (E.G. cost, list price, retail
price, units on hand, description, etc.) I have all of that working, but I
can't figure out how to make the retail portion work. Retail price is the
markup on the suggested list price by the manufacturers. Example: the part
Lists for $2.00 and I want to add 20% to that to get $2.20 in the Retail box
on the form. The kicker is that depending on the List price, we get a
different mark up. For parts from .01 to $5, we get 20%; $5.01 to $10, 15%;
$10.01 to $15, 10%; $15 and up, 5%. I have a SETUP table that contains the
numbers just mentioned in their own fields, HI_Limit1, HI_Limit2, MarkUp1,
MarkUp2, etc. With all of that said this is what I need to Happen: DB looks
at the List price and compares it too all the values and then outputs the
correct calculation to the Retail Price control on the form.
I am using Access 2002.
Thanks for your time and knowldege
Joe
and it returns the information on the part (E.G. cost, list price, retail
price, units on hand, description, etc.) I have all of that working, but I
can't figure out how to make the retail portion work. Retail price is the
markup on the suggested list price by the manufacturers. Example: the part
Lists for $2.00 and I want to add 20% to that to get $2.20 in the Retail box
on the form. The kicker is that depending on the List price, we get a
different mark up. For parts from .01 to $5, we get 20%; $5.01 to $10, 15%;
$10.01 to $15, 10%; $15 and up, 5%. I have a SETUP table that contains the
numbers just mentioned in their own fields, HI_Limit1, HI_Limit2, MarkUp1,
MarkUp2, etc. With all of that said this is what I need to Happen: DB looks
at the List price and compares it too all the values and then outputs the
correct calculation to the Retail Price control on the form.
I am using Access 2002.
Thanks for your time and knowldege
Joe