That fixed it, thanks! The only other thing I need to do is prepopulate the checkboxes on the update page if there are already values saved for that LenderID. At the moment the repeating checkbox value is <?php echo($rsFilters->getColumnVal("FilterID")); ?> how would I change this so that it will prepopulate if a value already exists, but will also pass a new value if it doesn't already exist?