D
Dom
I tried to send this message before, but I think I've failed miserably.
Apologies if the same question apperas twice.
I have a report originated from a query. The query, among other info, lists
products and, next to them, producers. Of course, one producer can have
several products. In the report, I'm willing to show the total number of
products as well as the total number of producers. In the report I run a
=count(*) for the products and get the result I want. However, if I run the
same for producers, I get exactly the same amount, which double counts the
number of producers. I expect less producers than products. To have an
accurate number of producers I have, then, ran a second query listing and
grouping the producers to avoid the double count. However, I cannot make an
unbound text box in the report to read or count the results from this second
query. Can anyone pelase let me know what I'm doing wrong or an alternative
way of doing it?
Thanks,
Apologies if the same question apperas twice.
I have a report originated from a query. The query, among other info, lists
products and, next to them, producers. Of course, one producer can have
several products. In the report, I'm willing to show the total number of
products as well as the total number of producers. In the report I run a
=count(*) for the products and get the result I want. However, if I run the
same for producers, I get exactly the same amount, which double counts the
number of producers. I expect less producers than products. To have an
accurate number of producers I have, then, ran a second query listing and
grouping the producers to avoid the double count. However, I cannot make an
unbound text box in the report to read or count the results from this second
query. Can anyone pelase let me know what I'm doing wrong or an alternative
way of doing it?
Thanks,