Hello,
I want to validate user to
give input in text box
like this (august,10,2000)
othere display message
Bye
Printable View
Hello,
I want to validate user to
give input in text box
like this (august,10,2000)
othere display message
Bye
this code will automatically puts in the date that the computer reads. I also put this code in the Lost_Focus event. Any questions just ask.
txtDate = Format(Date, "Long Date")
or you could use this code to doesn't matter.
txtDate = Format(Date, "mmmm/d/yyyy")