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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to tell when input mask data entry is complete

Status
Not open for further replies.

Jean9

Programmer
Dec 6, 2004
128
US
How might one be able to tell when the user has completed entering a date in a field with a short date input mask? I was checking for length of the data on the KeyPress event to capture when the user had keyed 8 characters because I want to set focus to the next field when they have completed entering the date but the len function only returns null.
Thanks in advance
 
What I ended up finding was that I needed to set the AutoTab property of the field to true and that eliminated the need for any code. Gotta love those easy fixes....
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top