DATE

K

kealaz

Can I get access to interpret a 6 number date code and change it to a date?
For example, if I enter 022309 into the field, can I get it to change it to
02/23/09. This is simply so that the user does not need to type the "/"
everytime. Lazy.

Please let me know if this is possible, and if so, how can I do this.

Thank you VERY much!
 
J

John W. Vinson

What would I set the Input Mask property to?

00/00/00

This will make the user type six numeric digits. If you use no input mask at
all you can type 3/2 (three keystrokes) instead of having to type 03/02/09 to
get the same date.
 
Top