Force a date format

M

meg99

using 2003. I have a user form that contains a text box in which the
user is to enter a date - ie 4/21/10
Is there is way to force the date format? - ie xx/xx/xx?

meg99
 
J

Jan De Messemaeker

Hi Meg,

AFAIK with one input box this can only be done if you read the data as text
and program the controls you like yourself before converting to date.
HTH

Jan De Messemaeker Project MVP
 
Top