date Input mask

J

Jody

I am trying to get a date to show on a form as January 1, 2005. I am having
trouble getting it to look like this.
 
T

Tom Wickerath

Hi Jody,

Have you tried using a long date format for the textbox? This is set in form
design view, by using the properties dialog. Click on View > Properties to
display this dialog (if it is not already showing). Select the textbox in
question. You should see the name of the textbox show up in the title bar of
the properties dialog. Select the Format tab of this dialog. The dropdown
should include Long Date as one of the selections.

Tom
________________________________________

:

I am trying to get a date to show on a form as January 1, 2005. I am having
trouble getting it to look like this.
 
F

fredg

I am trying to get a date to show on a form as January 1, 2005. I am having
trouble getting it to look like this.

Set the format property of the control to:
mmmm d, yyyy
 
Top