Hi all,
I am trying to get the value of a checkbox (htmldb_item.checkbox(1, s.student_id) PRESENT) to determine if the database is updated. If the box is checked then it should write to the database once. If not then it should not do anything.
At the moment, it is writing twice if checked and...