caper11752
IS-IT--Management
Hi all,
I have a table called tblCodes that looks something like this:
Date Code Acct#
1/1/2010 WP41 985744
1/1/2010 WI03 754841
1/1/2010 WP41 545412
1/1/2010 WP41 747477
1/1/2010 WI03 212788
1/2/2010 WI03 124254
1/2/2010 WI03 714725
1/2/2010 WP41 996525
I need to build a query that will return results that will look something like this:
Date WP41_Count WI03_Count
01/01/2010 3 2
01/02/2010 1 2
I am VERY new to SQL and would appreciate the help. Basically, I need to produce a report that will give a daily count of each "Code".
Thanks in advance.
I have a table called tblCodes that looks something like this:
Date Code Acct#
1/1/2010 WP41 985744
1/1/2010 WI03 754841
1/1/2010 WP41 545412
1/1/2010 WP41 747477
1/1/2010 WI03 212788
1/2/2010 WI03 124254
1/2/2010 WI03 714725
1/2/2010 WP41 996525
I need to build a query that will return results that will look something like this:
Date WP41_Count WI03_Count
01/01/2010 3 2
01/02/2010 1 2
I am VERY new to SQL and would appreciate the help. Basically, I need to produce a report that will give a daily count of each "Code".
Thanks in advance.