I have created a form with checkboxes on it and then trying to insert the values of the checkboxes into a database, however, it only inserts one value. This is an existing database and each checkbox has their own field name. The data types for each field is a yes/no field. This table was originally created for a program in Access but I am having to re-create the program for a web application. I was hoping to not change the structure of this table very much. Does anybody have any ideas on why my checkboxes are not inserting properly? Thanks in advance!