Jump to content

This topic is 8511 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

i hope this is not a "Dumb" Question. laugh.gif" border="0

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.

Posted

Try making the field that you enter the currency type into a calc field that looks for a patterncount in itself. So if you put USD into it, it would display the USD price in the field. If you did multiple patterncounts in the calculation, then you could check all of the price list fields for the right amount to display.

This topic is 8511 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.