P
Paul Blair
I'm working with a 3 column table - the first column has many repeat
items, so I aggregate them into unique values, and total the third
column for each value. The table holds maybe 2000 rows, but there are
only maybe 60 unique values.
I can query the table OK, but I can't count the rows that are generated
- maybe only 35 of the 60 will be represented, and that's the number I
want. I've searched my books and on the web, but can't find a solution.
Suggestions, anyone?
Paul Blair
items, so I aggregate them into unique values, and total the third
column for each value. The table holds maybe 2000 rows, but there are
only maybe 60 unique values.
I can query the table OK, but I can't count the rows that are generated
- maybe only 35 of the 60 will be represented, and that's the number I
want. I've searched my books and on the web, but can't find a solution.
Suggestions, anyone?
Paul Blair