R
Rich
I want to be able to count the number of times the same
key field shows up on a recordset created by a query for
data analysis purposes. (I need to know how mahy times we
use a particular vendor within an inputted date range.) I
believe this can be accomplished by ordering the records
by ascending/descending key field values, and then
incrementing a counter as I move down the recordset until
a new key field value is found, rinse and repeat until
EOF. But I was wondering if there was a simpler and/or
more efficient way to accomplish this. Any advice would
be appreciated.
key field shows up on a recordset created by a query for
data analysis purposes. (I need to know how mahy times we
use a particular vendor within an inputted date range.) I
believe this can be accomplished by ordering the records
by ascending/descending key field values, and then
incrementing a counter as I move down the recordset until
a new key field value is found, rinse and repeat until
EOF. But I was wondering if there was a simpler and/or
more efficient way to accomplish this. Any advice would
be appreciated.