Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Verifying Time Input

Status
Not open for further replies.

billheath

Technical User
Mar 17, 2000
299
US
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
 
Why don't you create the table? and use a combo box to enter the time so no checking and no mistakes
 
Thanks, pwise, That is the way it is now. I was hoping for something a litlle easier.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top