K
karen
I have a table containing loan account information for
loans that were charged a fee. Some loans were charged
this fee more than once. I need to know how many
DIFFERENT accounts there are in the whole table, not
total records. In other words, records (or account
numbers) that appear more than once should count only
once.
I thought of grouping and then counting the groups, but
the table has about 170,000 records in it. So I hope
there is an easier way!
Thanks for your help.
Karen
loans that were charged a fee. Some loans were charged
this fee more than once. I need to know how many
DIFFERENT accounts there are in the whole table, not
total records. In other words, records (or account
numbers) that appear more than once should count only
once.
I thought of grouping and then counting the groups, but
the table has about 170,000 records in it. So I hope
there is an easier way!
Thanks for your help.
Karen