Hi,
I am trying to setup a basic aggregate query which will give me the average of all the times in my table.
My first query looks at the base table which has a column which contains dates and times e.g.
07/03/2007 13:50:44
and then formats them to long time format like this: Format([TravelStart],"Long Time") - so it ends up like this:
13:50:44
I then have another query where I bring in this field and then choose "Avg" from the Totals row BUT all I get back is "Data type mismatch in criteria expression".
Anyone know how I can sort this? Very much appreciated.
I am trying to setup a basic aggregate query which will give me the average of all the times in my table.
My first query looks at the base table which has a column which contains dates and times e.g.
07/03/2007 13:50:44
and then formats them to long time format like this: Format([TravelStart],"Long Time") - so it ends up like this:
13:50:44
I then have another query where I bring in this field and then choose "Avg" from the Totals row BUT all I get back is "Data type mismatch in criteria expression".
Anyone know how I can sort this? Very much appreciated.