I am basically writting a program to assign inventory to a patient. The inventory is being added to the database by checkboxes. So when they click each of the check boxes, 1 is added to each of their equipment signed out. and inventory is decremented by 1 for each equipment.
When the Submit button is clicked everything is added to the DB.
Question:
As I am writting this, I realised if there was...