Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Average Number of Days

Status
Not open for further replies.

ptrifile

Technical User
Aug 10, 2004
457
US
I have a very simple database that simply houses company name, date ordered and item ordered. What would be the simplest way to get the average number of days in between each order by company by product? Any help or suggestion would be appreciated.

Thanks!

Paul
 
You should be looking at the avg() function.

Program Error
Programmers do it one finger at a time!
 
I have tried using the avg() function but cant seem to figure out how to get # of days, all i come up with is a date not number of days. any suggestions?

Paul
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top