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.
If possible adjust the output data in the query itself if that is not in your control then use following expression
Let me know in case of issue.