Hello
In one of my reports a name field is bringing through people's names as:
john.smith
I have added =StrConv(Fields!name.value,vbProperCase). This now brings them through as John.Smith, which is better, but is there a way of removing the full stop between 'john' and 'smith'?
Any suggestions welcome, thanks.