Hi All,
In my query, I have the week number and year arranged like this - "Y14-W11"
I want to return a value in a text box on a report if the string contains, for example, W11. In this textbox I've put the expression
=IIf([Y##-W##]="*" & "W11" & "*","2100000","BLAH")
But this just...