Hi,
You could use the DateDiff command.
Syntax:
DateDiff(interval,date1,date2)
e.g.
DaysLeft = DateDiff("d",Now,"25/12/2005")
MonthsLeft = DateDiff("m",Now,"25/12/2005")
pG
purplegerbil
Junior Poster in Training
78 posts since Apr 2005
Reputation Points: 24
Solved Threads: 6
use the dateadd function
Good Luck
vb5prgrmr
Posting Virtuoso
1,912 posts since Mar 2009
Reputation Points: 156
Solved Threads: 296