Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

texbox data type

Status
Not open for further replies.

jec3300

Automotive
Joined
Jan 30, 2006
Messages
55
Location
US
I have 3 text boxes that require a date be placed into them. Is there a way to only allow dates to be placed in these text boxes?
 
Use a DateTimePicker or a Monthview control (or even a Calendar control!) instead of a Textbox and you will ensure that you get a date, and that there is no confusion about date formats.

Good Luck
johnwm
________________________________________________________
To get the best from these forums read faq731-376 before posting

Steam Engine enthusiasts:
 
I ended up using the isdate function and I got it to work

Thanks for your replies.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top