PC Review


Reply
Thread Tools Rate Thread

Billable Hours Timer

 
 
=?Utf-8?B?U2FtIFcu?=
Guest
Posts: n/a
 
      23rd Jun 2006
I am building a database to track each ad that graphic artists build. I've
got the forms built, but I'd like to ad a timer that is bound to each ad that
shows the total time spent on each ad. It needs to have a start/stop/pause
button and maintain the value in a table for each ad. The artists sometimes
move from one ad to another without finishing, so it needs to be able to be
paused and continued at a later time. Is there a way to do this in access?
I've tried several of the timers, but none of them will append the time to
each record and none have been able to be paused to pick up later. Thanks in
advance for the advice.
 
Reply With Quote
 
 
 
 
Dirk Goldgar
Guest
Posts: n/a
 
      23rd Jun 2006
"Sam W." <(E-Mail Removed)> wrote in message
news:3025063A-E3BE-4329-8AC4-(E-Mail Removed)
> I am building a database to track each ad that graphic artists build.
> I've got the forms built, but I'd like to ad a timer that is bound to
> each ad that shows the total time spent on each ad. It needs to have
> a start/stop/pause button and maintain the value in a table for each
> ad. The artists sometimes move from one ad to another without
> finishing, so it needs to be able to be paused and continued at a
> later time. Is there a way to do this in access? I've tried several
> of the timers, but none of them will append the time to each record
> and none have been able to be paused to pick up later. Thanks in
> advance for the advice.


I use a time-clock application that I built for my own business. It has
tables of clients, projects (related many-to-one with clients),
employees, and clock data. Each clock data record has fields for
ProjectID, EmployeeID, ClockStart (date/time), and ClockStop
(date/time). The central form has a continuous subform of projects with
a Start button for each, and a Stop button on the main form.

When the employee clicks one of the Start buttons, it does two things:

(1) If there's a ClockData record for this employee with Null in the
ClockStop field (indicating a job in progress), it updates that record's
ClockStop with Now(), thus "stopping" that project.

(2) It adds a new ClockData record for the project that was clicked,
setting its EmployeeID to the current employee, setting its ClockStart
field to Now(), and leaving ClockStop as Null.

When the employee clicks the Stop button, it does the same as item (1),
above.

There's some code behind the form that detects if there's a project in
progress (started but not stopped) and highlights that project in red.

There's a time-sheet report that shows the time clocked by employee and
project.

--
Dirk Goldgar, MS Access MVP
www.datagnostics.com

(please reply to the newsgroup)


 
Reply With Quote
 
=?Utf-8?B?UXVlcmVudA==?=
Guest
Posts: n/a
 
      23rd Jun 2006
How would one get a copy of this program from you? The boss is interested in
something like this for tracking our repair technicians who work the same way
Sam's artists do...

Querent

"Dirk Goldgar" wrote:

> "Sam W." <(E-Mail Removed)> wrote in message
> news:3025063A-E3BE-4329-8AC4-(E-Mail Removed)
> > I am building a database to track each ad that graphic artists build.
> > I've got the forms built, but I'd like to ad a timer that is bound to
> > each ad that shows the total time spent on each ad. It needs to have
> > a start/stop/pause button and maintain the value in a table for each
> > ad. The artists sometimes move from one ad to another without
> > finishing, so it needs to be able to be paused and continued at a
> > later time. Is there a way to do this in access? I've tried several
> > of the timers, but none of them will append the time to each record
> > and none have been able to be paused to pick up later. Thanks in
> > advance for the advice.

>
> I use a time-clock application that I built for my own business. It has
> tables of clients, projects (related many-to-one with clients),
> employees, and clock data. Each clock data record has fields for
> ProjectID, EmployeeID, ClockStart (date/time), and ClockStop
> (date/time). The central form has a continuous subform of projects with
> a Start button for each, and a Stop button on the main form.
>
> When the employee clicks one of the Start buttons, it does two things:
>
> (1) If there's a ClockData record for this employee with Null in the
> ClockStop field (indicating a job in progress), it updates that record's
> ClockStop with Now(), thus "stopping" that project.
>
> (2) It adds a new ClockData record for the project that was clicked,
> setting its EmployeeID to the current employee, setting its ClockStart
> field to Now(), and leaving ClockStop as Null.
>
> When the employee clicks the Stop button, it does the same as item (1),
> above.
>
> There's some code behind the form that detects if there's a project in
> progress (started but not stopped) and highlights that project in red.
>
> There's a time-sheet report that shows the time clocked by employee and
> project.
>
> --
> Dirk Goldgar, MS Access MVP
> www.datagnostics.com
>
> (please reply to the newsgroup)
>
>
>

 
Reply With Quote
 
Dirk Goldgar
Guest
Posts: n/a
 
      26th Jun 2006
"Querent" <(E-Mail Removed)> wrote in message
news:9D4DA995-F5D2-416A-9256-(E-Mail Removed)
> How would one get a copy of this program from you? The boss is
> interested in something like this for tracking our repair technicians
> who work the same way Sam's artists do...


My business manager has been after me to sell it as a product, though my
mentioning it wasn't intended as advertising. If you're interested in
buying it, drop me a line at the contact address you'll find on my
website (listed below in my sig).

--
Dirk Goldgar, MS Access MVP
www.datagnostics.com

(please reply to the newsgroup)


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Track billable hours Webtechie Microsoft Outlook Discussion 1 16th Mar 2009 08:19 PM
Tracking billable hours =?Utf-8?B?S2FybA==?= Microsoft Excel Misc 3 23rd Oct 2006 11:28 PM
Query: Billable Hours vs. Non-Billable Hours =?Utf-8?B?U2NobWlkdG5pa292?= Microsoft Access Queries 3 6th Oct 2006 03:42 PM
Journal or Calendar for Billable Hours? =?Utf-8?B?QW5naWUgTS4=?= Microsoft Outlook Discussion 2 20th Mar 2006 03:37 PM
Billable hours in Calendar =?Utf-8?B?YWJibzYxNA==?= Microsoft Outlook Discussion 0 2nd Feb 2006 04:35 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:04 AM.