alktrigger
Aimless Extraordinaire
- Local time
- Today, 01:38
- Joined
- Jun 9, 2009
- Messages
- 124
I'm trying to build a query that will:
a.) search within a certain date range
b.) count the amount of records underneath each parent record
c.) display each of the summarized parent records displaying only a sum of its children.
part a: is the part I dont have a problem with.
part b + c: I cannot think of a way to do this without creating an individual query for each parent catagory and doing a dcount, then combining everything afterwards (obviously not the best method since the number of parent records can change over time
What would be the best/simplist way to go about this?
a.) search within a certain date range
b.) count the amount of records underneath each parent record
c.) display each of the summarized parent records displaying only a sum of its children.
part a: is the part I dont have a problem with.
part b + c: I cannot think of a way to do this without creating an individual query for each parent catagory and doing a dcount, then combining everything afterwards (obviously not the best method since the number of parent records can change over time
What would be the best/simplist way to go about this?