M mobaligh Registered User. Local time Today, 04:55 Joined Apr 30, 2007 Messages 17 May 10, 2007 #1 Is there a way that I allow users to type the date at 051507 and access converts to 05/15/07 in form. Basically user would enter the date without the / in a date field in a form and system adds the / after the month and date.
Is there a way that I allow users to type the date at 051507 and access converts to 05/15/07 in form. Basically user would enter the date without the / in a date field in a form and system adds the / after the month and date.
boblarson Smeghead Local time Today, 04:55 Joined Jan 12, 2001 Messages 32,040 May 10, 2007 #2 The easiest way is to set up an input mask.
M mobaligh Registered User. Local time Today, 04:55 Joined Apr 30, 2007 Messages 17 May 10, 2007 #3 That worked fine. Thanks