Results 1 to 2 of 2
  1. #1
    Jennifer Murphy's Avatar
    Jennifer Murphy is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Jul 2012
    Location
    Silicon Valley
    Posts
    52

    Access as event timer?


    How would I go about writing a front end for Access so I could use it to keep track of the time I spend on various tasks? The database part would have tables for the clients, the tasks, etc. The UI would run constantly with a little window where I could select a client and a task and start a timer. When I stop it, it would create a log entry which I could then tally at the end of the month.

    I'm sure this is possible, but I'd like pointers as to where to start looking & studying.

    Thanks

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Options:

    1. Go to new record on form, click button to execute code to save that current date/time into StartTime field of table. Click another button to save current date/time into EndTime field of table. Run query that calculates difference between the two fields.

    2. Each click of buttons creates a new record. Run query that calculates the difference between records (this is a trickier query).
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Timed Reminder Box; Event Timer?
    By WEJ in forum Access
    Replies: 6
    Last Post: 05-26-2013, 03:12 PM
  2. Timer Event Code Stops After First Run
    By burrina in forum Forms
    Replies: 3
    Last Post: 02-19-2013, 09:46 AM
  3. Timer event vs. longrunning line: concurrency issue
    By GlistEngineering in forum Programming
    Replies: 1
    Last Post: 07-25-2012, 05:40 PM
  4. Timer Event - Why does this happen
    By Rhino373 in forum Programming
    Replies: 2
    Last Post: 05-26-2011, 07:18 PM
  5. Replies: 2
    Last Post: 11-30-2010, 10:06 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums