One more thing ... the date field is not inserting into the database correctly. The field week_ending is a date field in the database, and in the insert multiple records script, it's bound to the <?php echo ((isset($_POST["pick-date"]))?$_POST["pick-date"]:""); ?> date picker field, and it is getting submitted as a date. In the database, it's being entered as 0000-00-00.