Date Input Mask and Value

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

Guest

I am attempting to place in input mask for a date with the following:
99/99/0000;0;# which works fine, however I want the date to be stored as a
long date, example 10 May 2006. How do I do this.

Thanks for your help.
 
Dates aren't stored in a format you would recognize - the formatting takes
place upon view. You should set the format the way you want it for any
particular in the report or form by using the properties of the control on
that form. You can also set it on the properties of the field in the table
itself.
 
If you are using a DateTime datatype the date is stored as a decimal number
and is formated when displayed in a query, form, or report.
 

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

Input Mask 1
Date Mask auto changes 1916 to 2016 2
Input Mask 2
How to validate a date entered on a form 2
Date 4
Data Entry Form 3
Pulling dates 2
input mask with prefilled date information 1

Back
Top