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
Thanks in advance