G
Guest
I have a query that makes a table called products. One of the fields is
called price and another is PN. I can I create an if statement in the
criteria that would multiple price by 2 if PN starts with the letter X?
Something like this:
If [PN] is "X*" then [price] *2 else do nothing.
I'm just not sure how to do it.
Thanks.
called price and another is PN. I can I create an if statement in the
criteria that would multiple price by 2 if PN starts with the letter X?
Something like this:
If [PN] is "X*" then [price] *2 else do nothing.
I'm just not sure how to do it.
Thanks.