R
Rick Conover
I have the following field:
fldStartTime
Format = Short Time
Input Mask = 00\:00;0;"_"
I would like the user only to be able to put in the
minutes as XX:00, XX:15, XX:30, or XX:45 (top of the
hour, quarter hour, half hour or three quarter hour).
If the user inserts anything other than the quarter hour
(i.e., XX:12), then a message box saying that they can
only enter quarter hour increments needs to warn the user.
I tried using Left([fldStartTime]), 4) but it does not
work.
Any help on code for the Before Update event procedure
would be appreciated.
Rick
fldStartTime
Format = Short Time
Input Mask = 00\:00;0;"_"
I would like the user only to be able to put in the
minutes as XX:00, XX:15, XX:30, or XX:45 (top of the
hour, quarter hour, half hour or three quarter hour).
If the user inserts anything other than the quarter hour
(i.e., XX:12), then a message box saying that they can
only enter quarter hour increments needs to warn the user.
I tried using Left([fldStartTime]), 4) but it does not
work.
Any help on code for the Before Update event procedure
would be appreciated.
Rick