R
Rich
Guest
How can I change this which adds cal months into one which adds 28 days
For I = -1 To Period - 2
rst.AddNew
rst!DateDue = DateAdd("m", I + 1, StartDte)
For I = -1 To Period - 2
rst.AddNew
rst!DateDue = DateAdd("m", I + 1, StartDte)