Hi, I have a database where I need to
1. group items by group and date,
2. then calculate total.
I do this using 2 queries. Since I need to create 50 groups or so that means 100 queries. :eek:
I would be pleased if somebody showed me away to cut it in half or other method to do this.
How...