Date format

K

Kitty

when i use the format like mmm dd, yyyy... the month will display like "Sep
14, 2004", can access display the month using capital letters like "SEP 14,
2004" ?

thx in advance.
 
F

fredg

when i use the format like mmm dd, yyyy... the month will display like "Sep
14, 2004", can access display the month using capital letters like "SEP 14,
2004" ?

thx in advance.

As control source in an unbound text control:
=UCase(Format([DateField],"mmm d, yyyy"))
Make sure the name of the control is not [DateField].
 

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

Similar Threads


Top