R
Roger Bell
I have a field in a report as follows:
=Trim("ON THE" & " " & Format([DATE OF CONFIRMATION],"dd mmm yyyy"))
returns "ON THE 25 May 2009.
This works fine, however I would like the result to be displayed on the
report as UPPER case also. That is "ON THE 25 MAY 2009"
Is there a way I can add the strconv command to my existing command?
Thanks for any help
=Trim("ON THE" & " " & Format([DATE OF CONFIRMATION],"dd mmm yyyy"))
returns "ON THE 25 May 2009.
This works fine, however I would like the result to be displayed on the
report as UPPER case also. That is "ON THE 25 MAY 2009"
Is there a way I can add the strconv command to my existing command?
Thanks for any help