Formatting Date

J

Jason

I have seen a date field in a form actually displaying the / / when the field is empty and the entering of the digits in a date go either side of the / / correctly. How do they do that

Also, if I the load Now into that same field using a command button what format issues are raised if any? [I don't need the time - just the date]
 
C

Cheryl Fischer

I have seen a date field in a form actually displaying the / / when the
field is empty and the entering of the digits in a date go either side > of
the / / correctly. How do they do that?

That is done with an Input Mask.
Also, if I the load Now into that same field using a command button what
format issues are raised if any? [I don't need the time - just > > the date]

If you only need the date value, load Date()


--

Cheryl Fischer, MVP Microsoft Access
Law/Sys Associates, Houston, TX


Jason said:
I have seen a date field in a form actually displaying the / / when the
field is empty and the entering of the digits in a date go either side of
the / / correctly. How do they do that?
Also, if I the load Now into that same field using a command button what
format issues are raised if any? [I don't need the time - just the date]
 

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