S
Starbuck
Hi All
I am using a query in Access 2000 which returns a distinct list of all
accounts in a table. I would also like a second coloumn which gives me a
count of all records in each distinct entry (eg how many times account name
FRED is in the table).
The current formula is -
SELECT Distinct Accname FROM Sales;
Thanks in advance for any help
I am using a query in Access 2000 which returns a distinct list of all
accounts in a table. I would also like a second coloumn which gives me a
count of all records in each distinct entry (eg how many times account name
FRED is in the table).
The current formula is -
SELECT Distinct Accname FROM Sales;
Thanks in advance for any help