Looking for the best way to accomplish this.
I have one table with "Requisitions" with the fields requisition, cca_number, assetnumber and supplier.
I need a report that will do the following
Group by CCA Number, then Supplier
Show a count of the requisitions
Show a count of the assetnumbers
Subtotal by CCA Number
One assetnumber can be used on more than one requisition so the counts will be different.
I think I need to make seperate queries to count the requisitions and the assetnumbers then group them by supplier and CCA Number, according to another post I found, but I can't figure out how to put it all together on the report.
If I use subreports from the Counts queries, how do I get it to group at the top level by CCA Number?
Thanks,
Toni
I have one table with "Requisitions" with the fields requisition, cca_number, assetnumber and supplier.
I need a report that will do the following
Group by CCA Number, then Supplier
Show a count of the requisitions
Show a count of the assetnumbers
Subtotal by CCA Number
One assetnumber can be used on more than one requisition so the counts will be different.
I think I need to make seperate queries to count the requisitions and the assetnumbers then group them by supplier and CCA Number, according to another post I found, but I can't figure out how to put it all together on the report.
If I use subreports from the Counts queries, how do I get it to group at the top level by CCA Number?
Thanks,
Toni