is there a way to format a textbox after the textbox has lost focus. I have a date field that needs to be entered but I donot want to slow down the user. so I would like the date to be entered as 12152003 then when they tab to the next field it formats the textbox as follows 12/15/2003.
I have tryed txtDate.Text = Format(txtDate.Text, "MM/DD/YYYY"
how would I do this?
Any help would be appreciated.
Thanks
I have tryed txtDate.Text = Format(txtDate.Text, "MM/DD/YYYY"
how would I do this?
Any help would be appreciated.
Thanks