Hi, having difficulty with the following:
IIf([ARTIST]<>" UB40",StrConv([ARTIST],3),[ARTIST]) And IIf([ARTIST]<>" UFO",StrConv([ARTIST],3),[ARTIST])
I am trying to proper case names providing they are not one of a small number of exceptions ( 2 examples above ), which I would like to leave as is. I would be grateful for any workable solution.