M
MsHlyl
Hello All,
I am trying to calculate the age of an item by doing the following (where
OPEN_DATE is a field in a table and DATE() is the current date):
DateDiff("d",[OPEN_DATE],[ DATE() ])
It is actually giving me the number of days difference, HOWEVER, it is
prompting me for the current date rather than taking the system date. Can
someone explain to me what I am doing wrong? Why isn't it using the system
date? Why is it prompting me for the value?
Thanks!
MsHlyl
I am trying to calculate the age of an item by doing the following (where
OPEN_DATE is a field in a table and DATE() is the current date):
DateDiff("d",[OPEN_DATE],[ DATE() ])
It is actually giving me the number of days difference, HOWEVER, it is
prompting me for the current date rather than taking the system date. Can
someone explain to me what I am doing wrong? Why isn't it using the system
date? Why is it prompting me for the value?
Thanks!
MsHlyl