long date format for report input mask

M

Mark Kubicki

should be an easy question:

the input mask for a short date in a text box on a report is: 00->L<LL-00
which results in 07-Oct-08

what is the mask that produces: October 07, 2008?

the control source for the textbox is: =Date()

I'm just not getting it and it's too simple to spend any motre time on...
so, thanks in advance. Mark
 
K

KARL DEWEY

Mask does not produce: October 07, 2008.

Use Format([YourDateField], "mmmm dd, yyyy")
 

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