Just the code
[tt]
Dim MyDate as Date
Dim MyNewDate as Date
Dim MyInterval as Integer
MyDate = 05/14/02 'Start date
MyInterval = 20 * 7 '20 Weeks
MyNewDate = DateAdd("d", MyDate, MyInterval)
[/tt] Craig, mailto:sander@cogeco.ca
Remember not to name the Lambs...
It only makes the chops harder to swallow