A
Andy
I have a report based on a table with multiple fields. Within this report I
need to construct some counts based on data within the table. I can do this
for one field, but applying the filter criteria 'x' for counts in Field A,
then obviously affects the counts for Field B as it is then running Field B's
counts where x is in Field A.
How can I get purely independent counts with critierias for each field? The
only way it seems possible is to create a duff primary key on multiple output
tables and then link them all back together in relationships...
HELP!
need to construct some counts based on data within the table. I can do this
for one field, but applying the filter criteria 'x' for counts in Field A,
then obviously affects the counts for Field B as it is then running Field B's
counts where x is in Field A.
How can I get purely independent counts with critierias for each field? The
only way it seems possible is to create a duff primary key on multiple output
tables and then link them all back together in relationships...
HELP!