N
Nona
I am trying to calculate an average. The database I am working on tracks
contracts -- the services provided per the contract, the invoice amount, the
invoice date, the paid date, the paid amount etc. plus a lot of other fields
not relevant to this question.
On a data entry form, fields capture the billing date and the paid date for
each of twelve months for each contract.
Management wants to know the average number of days between the billing date
and the payment date for each contract.
A query calculates the number of days between the billing and the payment
received, so I have the number of days for each month.
I need the average of the twelve months for each contract, but I don’t know
how to calculate the average.
This seems like it would be a simple task, but for some reason I cannot
figure it out. Could someone help, please!
Thank you!
contracts -- the services provided per the contract, the invoice amount, the
invoice date, the paid date, the paid amount etc. plus a lot of other fields
not relevant to this question.
On a data entry form, fields capture the billing date and the paid date for
each of twelve months for each contract.
Management wants to know the average number of days between the billing date
and the payment date for each contract.
A query calculates the number of days between the billing and the payment
received, so I have the number of days for each month.
I need the average of the twelve months for each contract, but I don’t know
how to calculate the average.
This seems like it would be a simple task, but for some reason I cannot
figure it out. Could someone help, please!
Thank you!