Stripes1283
Programmer
Hi there i need to create some sort of way so that a cell in a grid can be checked for a month name, if a month name appears then it needs to be bold.
I can do this with one month:
=IIF(Fields!txtDescription.Value like ("June*") , "Bold", "Normal" )
Now how can I do this with all the months in the year, does Like only take on argument, I have tried using "Or" and "And", but nothing works.
Please help would be appreciated.
Thanks.
I can do this with one month:
=IIF(Fields!txtDescription.Value like ("June*") , "Bold", "Normal" )
Now how can I do this with all the months in the year, does Like only take on argument, I have tried using "Or" and "And", but nothing works.
Please help would be appreciated.
Thanks.