date Input mask

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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.
 
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
 

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

Excel Vba to change displayed year automatically. 14
A03- Date format in tables? 1
Input Mask 1
Input Mask for Date 2
Format Problem 2
input mask with prefilled date information 1
General Date Input Mask 1
Remove input mask format 4

Back
Top