stuartandwil
Board Regular
- Joined
- Nov 24, 2002
- Messages
- 104
i use two calculations to give me job downtimes, to calculate a job that is still in progress and give me the downtime so far I use
DateDiff("n",[start],Now())
to calculate the downtime of a job that is completed i use
DateDiff("n",[start],[complete])
The above are two seperate queries.
What I want is a report from the query that will give me both calculations for the jobs in one report. So in the list i will get all jobs but the ones not completed will give the downtime up to the time of the report. Is this possible by using 1 query to give me boith results?
Many thanks
DateDiff("n",[start],Now())
to calculate the downtime of a job that is completed i use
DateDiff("n",[start],[complete])
The above are two seperate queries.
What I want is a report from the query that will give me both calculations for the jobs in one report. So in the list i will get all jobs but the ones not completed will give the downtime up to the time of the report. Is this possible by using 1 query to give me boith results?
Many thanks