I have two fields called
stages (8 stages)
date ( the format is MM/DD/YYYY hh:mm:ss AM/PM)
each stage has corresponding date/time in the same record. I used a query for thse fields and group stages and average the date...thats why my poing is looking for average date/time between stages. The stages are data are like:
1-stage avg(date/time)
2-stage avg(date/time)
3-stage
to
8-stage
I couldnt think of a way in query or report to have his accomplished, but thought it could be done in vba coding. results will look like this:
1- stage to 2-stage = (avg(date/time) of 2-stage) - (avg(date/time) of 1-stage)
and so on......
I have thought of a way to have these stages as fields name and run horizontally but not good idea since the whole database can't be like that.
help will be much apperciated.....
stages (8 stages)
date ( the format is MM/DD/YYYY hh:mm:ss AM/PM)
each stage has corresponding date/time in the same record. I used a query for thse fields and group stages and average the date...thats why my poing is looking for average date/time between stages. The stages are data are like:
1-stage avg(date/time)
2-stage avg(date/time)
3-stage
to
8-stage
I couldnt think of a way in query or report to have his accomplished, but thought it could be done in vba coding. results will look like this:
1- stage to 2-stage = (avg(date/time) of 2-stage) - (avg(date/time) of 1-stage)
and so on......
I have thought of a way to have these stages as fields name and run horizontally but not good idea since the whole database can't be like that.
help will be much apperciated.....