nickyjacob
October 18th, 2005, 07:23 AM
I have a table in my database that records project details.
Two fields that I have are DateOpened & DateClosed.
I need to be able to calculate the average of the total time in days projects have been opened
.
This will give me the days opened for one project (DateClosed-DateOpened)
I am not able to calculate this for a number of projects.
Also, if the date closed field is blank then this project should not be calculated
Two fields that I have are DateOpened & DateClosed.
I need to be able to calculate the average of the total time in days projects have been opened
.
This will give me the days opened for one project (DateClosed-DateOpened)
I am not able to calculate this for a number of projects.
Also, if the date closed field is blank then this project should not be calculated