Here's the code that Gerry put into my db Private Sub Create_multiple_records_Click()
Dim strSQL As String
'As you are entering the first record manually with the end date the sql only addes the dates greater than the first date
'This only works where all fields are filled in - you should...