inputmask question

  • Thread starter Thread starter Jesper F
  • Start date Start date
J

Jesper F

I've defined 00-00-0000 for at date textbox.
But if the user enters only say "01" and then wants to
leave the textbox the message with "..the entered text
doesn't fit input mask.." occurs.

Can I keep the inputmask but still allow the user to leave
the partially entered data ind textbox and upon exiting
the textbox set it to null?
 
No. Input masks on a date field serve no purpose but to slow down a good
data entry operator who knows they can just type
1/10
for today's date.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

VBA Code for Input Masks 4
check decimal and if numeric 3
inputmask 4
Coding Inputmasks 1
input mask 2
MESSAGE BOX DISPLAYS INPUT CHARACTERS 2
SetValue with Formatting 2
InputBox InputMask 2

Back
Top