I have a table which has a date/time field (both the date and time in same field) which specifies when an item was recieved. This is automatically added to the record when the other fields are entered by the user -- it is entered as "=now()" and cannot be altered by the user.
I need to make a query which will only brings up records which are between a set number of days old.
Example, how many items were recieved more than 7 days ago but less than 14?
Or how many items were recieved more than 14 days ago but less than 28?
I hope you see what I mean.
I'm not sure how to achieve this.
Can someone help me please?
I need to make a query which will only brings up records which are between a set number of days old.
Example, how many items were recieved more than 7 days ago but less than 14?
Or how many items were recieved more than 14 days ago but less than 28?
I hope you see what I mean.
I'm not sure how to achieve this.
Can someone help me please?