K
Kurt
I often use these input masks for date and time fields on
forms:
Date Time
-------------------------------
Format Short Date Medium Time
Input Mask !99/99/0000;;" " 09:00\ >LL;0
However, I find that many users get tripped up while
trying to enter the date or time if they don't follow the
input mask. Are these input masks really necessary?
For instance, if I don't use an input mask, the user has
the flexibility to enter either 2/5/02 or 2/5/2002 or
02/05/2002 and the date (or, it's formatting at least)
defaults to "2/5/2002." If I don't use an input mask,
will I encounter problems when I try to sort records by
date, time, etc.?
Kurt
forms:
Date Time
-------------------------------
Format Short Date Medium Time
Input Mask !99/99/0000;;" " 09:00\ >LL;0
However, I find that many users get tripped up while
trying to enter the date or time if they don't follow the
input mask. Are these input masks really necessary?
For instance, if I don't use an input mask, the user has
the flexibility to enter either 2/5/02 or 2/5/2002 or
02/05/2002 and the date (or, it's formatting at least)
defaults to "2/5/2002." If I don't use an input mask,
will I encounter problems when I try to sort records by
date, time, etc.?
Kurt