J
Joyce
I have a dropdown field called (ProductType) with product
A, product B, Product C and so on.
I am trying to insert an "IF" field when a product is
selected in the dropdown menu then it returns with a 1
line description for each product.
I started with a simple field code looks like this:
{IF ProductType = "Product A" "This is our best
product" "" \* MERGEFORMAT }
This doesn't work. But if the 2nd expression is a number
then it works!
What is wrong with this formula?
And how do I set up multiple IF statements in the same
field for each different product selected to return
different discription?
Joyce
A, product B, Product C and so on.
I am trying to insert an "IF" field when a product is
selected in the dropdown menu then it returns with a 1
line description for each product.
I started with a simple field code looks like this:
{IF ProductType = "Product A" "This is our best
product" "" \* MERGEFORMAT }
This doesn't work. But if the 2nd expression is a number
then it works!
What is wrong with this formula?
And how do I set up multiple IF statements in the same
field for each different product selected to return
different discription?
Joyce