Capitilize Dates in a report

  • Thread starter Thread starter norm
  • Start date Start date
N

norm

How does one capitilze the date in a report?
I am using Date() function in a report - but how do I force the date to
UPPER case?

Thanks!
 
norm said:
How does one capitilze the date in a report?
I am using Date() function in a report - but how do I force the date to
UPPER case?

Thanks!

You can use the UCASE-function of ACCESS.

Example: Control = ucase (format (Now()); "mmmm.dd.yyyy")

With friendly regards

Karsten
 
Back
Top