Date/Time/Social Security Number

T

Tom

I want to be able to enter four numbers into the
field and have the field automatically place
the " : " for time stamp (i.e. 11:54)

Six numbers into the field for date and place
the " / " for the dates ( 11/17/05)

Nine numbers into the SSN field
and place the hyphens for Social Security Numbers.
(000-00-0000)
Any help would be greatly appreciated.

Tom
 
J

John Vinson

I want to be able to enter four numbers into the
field and have the field automatically place
the " : " for time stamp (i.e. 11:54)

Use an Input Mask of 00:00
Six numbers into the field for date and place
the " / " for the dates ( 11/17/05)

Use an Input Mask of 00/00/00
Nine numbers into the SSN field
and place the hyphens for Social Security Numbers.
(000-00-0000)

Use an Input Mask... well, you get the idea...

John W. Vinson[MVP]
 
Top