I have a table that has a date field, called DateOf, in. What i am trying to do is this.
I need a query to show me what records are 0 to 7 days old(1 week old), 8 to 14 days(2 weeks old), 15 to 21 days old(3 weeks), 22 to 28days(4 weeks), and anything over 28 days old.
So the result i am after will have 5 values for the age of a record from the date the query is being run..
Liek this
Age of record | No.
1 week | 2
2 weeks | 3
3 weeks | 6
1 month | 8
over 1 month | 16
I just dont know where to start with this one.
Many thanks in advance...
Shane Jones
I need a query to show me what records are 0 to 7 days old(1 week old), 8 to 14 days(2 weeks old), 15 to 21 days old(3 weeks), 22 to 28days(4 weeks), and anything over 28 days old.
So the result i am after will have 5 values for the age of a record from the date the query is being run..
Liek this
Age of record | No.
1 week | 2
2 weeks | 3
3 weeks | 6
1 month | 8
over 1 month | 16
I just dont know where to start with this one.
Many thanks in advance...
Shane Jones