R
robboll
I am able to create the stopwatch form at: http://support.microsoft.com/kb/325238
What I am trying to do is the same, except it is on a continuous
form. So if it is a task form and there are five tasks, each form
would have a seperate stopwatch, to include a bound field for the
ElapsedTime. The idea is to record each time spend on each task.
Continuous Form Problem: When I click on 'Start' for the first record
(Task 1) the ElapsedTime begins as expected. When I click 'Stop' the
ElapsedTime stops as expected and is correct.
When I click 'Start' for the second record (Task 2) the ElapsedTime
starts at the time where Task 1 left off. Is there a way to make the
timer in Task 2 is not influenced by Task 1?
Appreciate any help with this.
Thank you!
RBollinger
What I am trying to do is the same, except it is on a continuous
form. So if it is a task form and there are five tasks, each form
would have a seperate stopwatch, to include a bound field for the
ElapsedTime. The idea is to record each time spend on each task.
Continuous Form Problem: When I click on 'Start' for the first record
(Task 1) the ElapsedTime begins as expected. When I click 'Stop' the
ElapsedTime stops as expected and is correct.
When I click 'Start' for the second record (Task 2) the ElapsedTime
starts at the time where Task 1 left off. Is there a way to make the
timer in Task 2 is not influenced by Task 1?
Appreciate any help with this.
Thank you!
RBollinger