Hi,
I have a query that has the fields
start date (when job started)
Finish date (when job finished)
total cost (invoice value)
No of days (date diff between start and finish dates)
earnings per day (calculated from total cost/no of days)
what i would like to achieve is a table/query that shows each day of the year with the sum of all earnings per day for that date - what i am trying to do is produce a report that will show how much we earn per week, month etc
but as a job can run from 1 to 100 or more days and overlap each other - i thought if i give each day a calculated value - this would give me my result
any thoughts
I have a query that has the fields
start date (when job started)
Finish date (when job finished)
total cost (invoice value)
No of days (date diff between start and finish dates)
earnings per day (calculated from total cost/no of days)
what i would like to achieve is a table/query that shows each day of the year with the sum of all earnings per day for that date - what i am trying to do is produce a report that will show how much we earn per week, month etc
but as a job can run from 1 to 100 or more days and overlap each other - i thought if i give each day a calculated value - this would give me my result
any thoughts
