Capitilize Dates in a report

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!
 
K

Karsten Schultz

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top