Format Date (Input Masks...)

P

Pelton98

I would for a user to be able to enter any type of date format and have the
date format to MM/DD/YYYY. However input masks drive me insane because it
only allows for one preference...

I would like all of the following to format to MM/DD/YYYY:

mmddyy
mmddyyyy
mm/dd/yyyy
mm/dd/yy

Can anyone help with this issue...Too many users and too many different ways
 
R

Rick Brandt

Pelton98 said:
I would for a user to be able to enter any type of date format and have the
date format to MM/DD/YYYY. However input masks drive me insane because it only
allows for one preference...

I would like all of the following to format to MM/DD/YYYY:

mmddyy
mmddyyyy
mm/dd/yyyy
mm/dd/yy

Can anyone help with this issue...Too many users and too many different ways

No, unless you let them type in an unbound TextBox and then use VBA code to take
what they've typed and create a valid date value from it and then store that in
another control.

I just set the format to what I want and let them type any valid date format,
but that means they have to include a separator. The only way to allow for
entering just the digits is if you use a mask (ugh).

If people complain I use the following...

What's the complaint?
I don't like having to enter the slashes.

Why?
It's just too many keystrokes.

I see... There is also this field here that is 22 characters long. Should I
eliminate that too?
No, that's the (whatever) field and it's a critical piece of data.

Well so is the date. Get over it.
 

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

How to enter a date in DD-MM-YYYY format 2
Forcing a date entry format of dd/mm/yyyy 1
Date Format 10
Date formats 1
International Date formatting 6
Date problem 5
Australian dates in access 3
Input Masks 2

Top