C
CShow
I have a label on my report called "Status" I want the report label to read
"Bad" if the Company is "Acme Store" or "Acme Industries". Or "Good" if
another company. How do I accomplished this. So far I've used the IFF and IF
statements to no avail. I need something like this pseudo code:
If (Company like "%Acme%", "Bad", "Good")
And How would I nest these IF statements if I want another company like
"Truen Store" or "Truen Industries" to be labeled as 'Bad"
Thank you
"Bad" if the Company is "Acme Store" or "Acme Industries". Or "Good" if
another company. How do I accomplished this. So far I've used the IFF and IF
statements to no avail. I need something like this pseudo code:
If (Company like "%Acme%", "Bad", "Good")
And How would I nest these IF statements if I want another company like
"Truen Store" or "Truen Industries" to be labeled as 'Bad"
Thank you