I have a form where the user enters the starttime and the endtime and then a calculated control on the form figures the difference between the two fields on the form using this formula =DateDiff("n",[startTime],[endTime])/60. The data entry person enters the time in quarter hour increments such as starttime = 11:15 a.m. endtime = 11:30 a.m. then the calculated control shows .25. However, if they typo and enter 11:00 to say 11:11 then I get something like .4333 or the like. Is there a way to prevent anything but times based on quarter hour intervals from being accepted?