Force use of Calendar

  • Thread starter Thread starter QB
  • Start date Start date
Q

QB

How can I force a user to use a calendar to select dates (double-click) and
not allow manual entries in a given text box?

I tried to lock the control but then it does not accept values from the
calendar either.

Thank you,

QB
 
There are a number of reasons, such as :

*Data standardization - Formatting and Entry Errors (is it m/d/y, d/m/y or
y/m/d,....)
*Data entry speed
*And more

beyond which, I have code that gets executed when the calendar is used and
not when manual entry is done. Considering the number of date fields, I
really would like to avoid created After_Change events for all, thus the
question.
 
Back
Top