I'm kinda new at setting-up reports...
The fields I am using are EmployeeID,Employee, IndPoints, TeamPoints and Month, Year,PotentialPercent,and ActualPercent.
Each month is a diferent entry in the table/Query consisting of IndPoints,TeamPoints, etc. I want my report to look like the below..
April May
Employee: IndPoints TeamPoints .. IndPoints TeamPoints .
John Smith 10 50 20 40
Paul Jeffers 20 30 50 30
If I group a query by Month I get everything listed in columns.
Any suggestions on how I can get the above results. Do I need a query for each month? Do I need to use DLookup to pull every value from a query?
Thanks,
The fields I am using are EmployeeID,Employee, IndPoints, TeamPoints and Month, Year,PotentialPercent,and ActualPercent.
Each month is a diferent entry in the table/Query consisting of IndPoints,TeamPoints, etc. I want my report to look like the below..
April May
Employee: IndPoints TeamPoints .. IndPoints TeamPoints .
John Smith 10 50 20 40
Paul Jeffers 20 30 50 30
If I group a query by Month I get everything listed in columns.
Any suggestions on how I can get the above results. Do I need a query for each month? Do I need to use DLookup to pull every value from a query?
Thanks,