B
Buell
Hello All,
Is it possible to calculate age in a access query?
I have a column, initdate, that holds the date the row was written. I also
have an age column that I populate once that row closes.
What I am having trouble with is how to calculate age on a open row. I'm
trying to do a grouping query and group by how old the
open row is. I've tried datediff in my query but it didn't like it.
Also, can you GROUP by a field that is a calculated value in your select
and not a real db field?
TIA,
B*
Is it possible to calculate age in a access query?
I have a column, initdate, that holds the date the row was written. I also
have an age column that I populate once that row closes.
What I am having trouble with is how to calculate age on a open row. I'm
trying to do a grouping query and group by how old the
open row is. I've tried datediff in my query but it didn't like it.
Also, can you GROUP by a field that is a calculated value in your select
and not a real db field?
TIA,
B*