Hi,
I am trying to set up a query in Access that will return data based on the date. For example, if I have the following table:
Company Revenue Date
Co 1 1000 1/15/06
Co 1 2000 2/15/06
Co 2 5000 1/15/06
Co 2 8000 2/08/06
I need a query that will give me the following output:
Company Jan Revenue Feb Revenue
Co 1 1000 2000
Co 2 5000 8000
The actual data is a little more complicated, I just don't know how to structure the query to get the basic info. Any thoughts???
Thanks in advance for any suggestions!
I am trying to set up a query in Access that will return data based on the date. For example, if I have the following table:
Company Revenue Date
Co 1 1000 1/15/06
Co 1 2000 2/15/06
Co 2 5000 1/15/06
Co 2 8000 2/08/06
I need a query that will give me the following output:
Company Jan Revenue Feb Revenue
Co 1 1000 2000
Co 2 5000 8000
The actual data is a little more complicated, I just don't know how to structure the query to get the basic info. Any thoughts???
Thanks in advance for any suggestions!