Results 1 to 3 of 3

Thread: Tracking Time

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2003
    Posts
    10

    Tracking Time

    I am building an application that will track time. The issue comes into play that a user may want their time entered in different formats such as they accomplished 1.5 hours of training. This could be logged as 1.5, 1.50, 1.500, 01:30, etc.

    What is the best way to STORE this value so the accuracy and format is preserved? What type of Data Field in Access or SQL Server?

  2. #2
    Addicted Member Hole-In-One's Avatar
    Join Date
    Mar 2003
    Location
    Minnesota
    Posts
    195
    Could you just make them sign in and sign out for training? That way you can just get the difference of the two, then just format it and enter it into your database the way you want. Give the user a little less control and tkae away some of the chance for error.


    Other wise you could just use the vb6 masked edit textbox setup like this maybe ##:##?

  3. #3

    Thread Starter
    New Member
    Join Date
    Oct 2003
    Posts
    10
    No, they aren't necessarily training on a computer. They could be off on a road trip and have to log their time away, etc.

    It's not a formatting question at this point, it's a storage question. How is the best way to STORE this data so it can be formatted in any of the formats listed (real time, decimal, etc.)?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width