I have two tables, one for Jobs and one for Job Logs. I have two action buttons on the detail page of each unique Job.
The first action button (start job) successfully creates a new row in Job Logs with start date/time. I leave the stop date/time column empty.
I would like the second action button (stop) to populate the stop date/ time column of Job Logs in the row that has Start time but NO stop time. Meaning the job is still “open”.
Is this possible?
