L loki Registered User. Local time Today, 23:46 Joined May 4, 2001 Messages 58 Jul 6, 2001 #1 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.
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 Registered User. Local time Today, 17:46 Joined May 19, 2001 Messages 398 Jul 6, 2001 #2 on the property sheet for the text box, change the Format to mm/dd/yy hth, al