Forum Discussion
RyanStanford1
7 years agoQrew Captain
if the date field is a date/time type, you may have to have something like:
ToDays(Today() - ToDate([Date/Time Field]))
ToDays(Today() - ToDate([Date/Time Field]))
KatrinaE
7 years agoQrew Cadet
That worked! Thanks!