just to clarify folks,
Me.txtdate3 = DateAdd("d", 2, Me.startdate)
Me.txtdate4 = DateAdd("d", 3, Me.startdate)
Me.txtdate5 = DateAdd("d", 4, Me.startdate)
^^^^puts the dates in the boxes^^^^
and
If Me.txtdate3 = Me.enddate11 Then
'do something
End If
^^^^checks for the equal^^^^...