Dates and Average

J

joe

Hello,

In my design, i have two dates which will stand for date
of credit request received and date for credit request
done.Is there a way in either query or reports, that an
average time can be calculated to determine how long it
took from date received to date done?

Thanks
 
D

Duane Hookom

You can find the difference between two dates by subtracting one from the
other:
DaysBetween: [DateTwo] - [DateOne]
You can average this difference in a totals query.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top