Yes I wanted the current time.
I do not know how to code the start button to input the current time in the next blank start field.
And when a stop event happen to enter the current time in the next available stop field.
There is a decision making that needs to happen.
I think it needs to go as follows:
When the start button is clicked if next available start field box is blank apply current time in box.
When a stop event occurs the stop button is clicked, upon click apply current time to next blank stop field box.
After stop field box has a value please calculate elapsed time.
===================================
After stop event is rectified click start button.
Repeat above steps.
I am at my wits end on how to code this in the buttons.