B
Bobby
I have a textbox on a form that I want to display the
entered data as a date, without the user having to use a
date seperator. I've tried user-defined date formats and
user-defined number formats(to insert the seperator). But
the text always changes to the style string instead of
converting to the style string as follows:
TextBox1.Text = Format(Textbox1.Text, "MM,dd,yyyy")
entered data as a date, without the user having to use a
date seperator. I've tried user-defined date formats and
user-defined number formats(to insert the seperator). But
the text always changes to the style string instead of
converting to the style string as follows:
TextBox1.Text = Format(Textbox1.Text, "MM,dd,yyyy")