Marshall2000
MIS
I am attempting to create a report that compares data from 2002 to 2003 by month. I have a query that has the 2002 data with field names h1amount, h1count. it also has 2003 data in fieds cyamount and cycount. I want to compare the data side by side by month.
Example
Month hiamount cyamount h1count cycount
January 1000.00 123 1200.00 112
February 1233.00 122 999.00 99
March 3434.00 343 4353.00 242
What happens now is the 2002 data is displayed and then the 2003 starts at the end of the 2002 data and not side by side.
Thanks in advance for your help.
Marshall
Example
Month hiamount cyamount h1count cycount
January 1000.00 123 1200.00 112
February 1233.00 122 999.00 99
March 3434.00 343 4353.00 242
What happens now is the 2002 data is displayed and then the 2003 starts at the end of the 2002 data and not side by side.
Thanks in advance for your help.
Marshall