Hi,
I have the following data in my table:
DateCreated AssetType LastName
10/31/02 1 K
10/30/02 1 L
10/29/02 1 J
10/29/02 2 P
09/29/02 1 K
09/29/02 2 J
How could get the following result?
Date AssetType Count
October, 2002 1 3
October, 2002 2 1
September, 2002 1 1
September, 2002 2 1
Please help me group this stuff.
Thanks.
I have the following data in my table:
DateCreated AssetType LastName
10/31/02 1 K
10/30/02 1 L
10/29/02 1 J
10/29/02 2 P
09/29/02 1 K
09/29/02 2 J
How could get the following result?
Date AssetType Count
October, 2002 1 3
October, 2002 2 1
September, 2002 1 1
September, 2002 2 1
Please help me group this stuff.
Thanks.