Okay I answered my second question:
DateDue = dhAddWorkDaysA(5, Now())
MySQL = "Insert Into Cases([Customer], [First Response Due]) Values(""" & NewID & """, """ & DateDue & """)"
And I put the rest of the default values into the Default Value section of the Table itself in design view, not...