A
Antwan C
What I'm trying to do is display the number of days that have past since the
last date (date/time format). Is this possible?
last date (date/time format). Is this possible?
Douglas J. Steele said:Use the DateDiff function:
DateDiff("d", [LastDate], Date())
--
Doug Steele, Microsoft Access MVP
(no e-mails, please!)
Antwan C said:What I'm trying to do is display the number of days that have past since
the
last date (date/time format). Is this possible?
Antwan C said:Is there a calculation that can be used to automatically populate the
current
date as the end date? I've heard of a get date function but am not
familiar
with it.
For example:
DateDiff("d", [LastDate], [get present date])
Douglas J. Steele said:Use the DateDiff function:
DateDiff("d", [LastDate], Date())
--
Doug Steele, Microsoft Access MVP
(no e-mails, please!)
Antwan C said:What I'm trying to do is display the number of days that have past
since
the
last date (date/time format). Is this possible?