View Full Version : input mask


loki
07-06-2001, 11:36 AM
I have a form with a text box that has an input mask of short date. People can simply type 060101 and when they leave the box it appears as 06/01/2001. How do I get it so that it appears as 06/01/01.

pcs
07-06-2001, 11:54 AM
on the property sheet for the text box, change the Format to mm/dd/yy

hth,
al