im using that at the minute - or trying to - with the below:
currentDate = Date
DDay = Day(Now())
Dmonth = DateAdd("m", MonthNow, currentDate)
DYear = DateAdd("yyyy", YearNow, currentDate)
dtoday = DateSerial((DYear), (Dmonth), (DDay))
with MonthNow and YearNow both getting their values form...