I have a DB which calculates daily time, total time spent on a project. I want to limit the time input to 1/4 hour increments. IE; 1:00, 1:15, 1:30, etc; I could design a table of allowable entries, but the table would have to check for a match of 96 different values (24 hours times 4). This slows t input considerably. Any suggestions would be helpful.
:-D Thanks, Bill
:-D Thanks, Bill