Hi everyone,
I am created the stopwatch form in my access db but:
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(five different record), 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(record) and they need to be somehow separated.
Form Problem is: 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 and than press enter and thats time going to the record in my database.
When I click 'Start' for the second record (Task 2) the ElapsedTime
starts at the time where Task 1 left off. Or if i go to the previous record and press stop i will also stop the time for Taks 2. Is there a way to make the stopwatch timer in Task 2 is not influenced by Task 1?
Best regards my lifeguards
I am created the stopwatch form in my access db but:
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(five different record), 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(record) and they need to be somehow separated.
Form Problem is: 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 and than press enter and thats time going to the record in my database.
When I click 'Start' for the second record (Task 2) the ElapsedTime
starts at the time where Task 1 left off. Or if i go to the previous record and press stop i will also stop the time for Taks 2. Is there a way to make the stopwatch timer in Task 2 is not influenced by Task 1?
Best regards my lifeguards
