S
shaneenahs
I have two tables:
PRICE_LIST
(PK)MetalType
SellPrice
and
CUSTOMER_PRICE_LIST
(PK)CustomerID
(PK)Date
MetalType
BuyPrice
Margin
What I need is to make each row's BuyPrice to be an equation of SellPrice
minus Margin. How do I do this?
PRICE_LIST
(PK)MetalType
SellPrice
and
CUSTOMER_PRICE_LIST
(PK)CustomerID
(PK)Date
MetalType
BuyPrice
Margin
What I need is to make each row's BuyPrice to be an equation of SellPrice
minus Margin. How do I do this?