i hope this is not a "Dumb" Question.
I have 3 files Contact, Pricelist and PO
In contact I have a fields name, ref, address, etc
In Pricelist I have
Product Name = Text
PartNo = Num
ACustUSD = Num (price)
ACustSGD = Num (price)
BCustUSD = Num (price)
BCustSGD = Num (price)
In PO, i have
Currency = value list "USD","SGD"
CustomerName = Name in Contact
PartNo = PartNo in Pricelist
Value = Num
here is the question.
I will choose the Currency. eg. USD
Follow By the CustomerName. eg. CustA
Then The PartNo. Eg. Gear
I need to show the price of the product for that customer in that currency.
Value = ACustUSD in pricelist
How do i go about it???
Thank you for your help.