I have a query that selects records in a certain date range. One of the fields that it outputs is a date in "MM/DD/YYYY" format. What I want my form to output is the average age of that field, but in "days". I want to use the DAvg function, but it outputs some huge number. Help please!
The function I used is
=DAvg("<date field name>","<query name>")