mreference
Registered User.
- Local time
- Today, 17:36
- Joined
- Oct 4, 2010
- Messages
- 137
I'm sure this is easy, but I cannot find the solution anywhere.
I have a subform that displays all orders placed based on an item code.
Ord_Date = Date order was placed
Qty = items ordered
I want to display a total in the form footer that tells me how many items were ordered in the last 7 days, 30 days and 90 days
For example, the query will filter on one particular product and list in a continuous subform all the orders ever made on that product. In the footer I am looking to display the total number bought over 7, 30 and 90 days.
Please can somebody help me.
I have a subform that displays all orders placed based on an item code.
Ord_Date = Date order was placed
Qty = items ordered
I want to display a total in the form footer that tells me how many items were ordered in the last 7 days, 30 days and 90 days
For example, the query will filter on one particular product and list in a continuous subform all the orders ever made on that product. In the footer I am looking to display the total number bought over 7, 30 and 90 days.
Please can somebody help me.