Scorez2000
Programmer
I've been having trouble creating a query for a report.
Here's a snippet of the raw data.
Name---Cost--Assigned
Wayne - 21 - Buisness
Wayne - 33 - Personal
Wayne - 25 - Personal
Wayne - 55 - Business
James - 10 - Personal
James - 10 - Business
james - 91 - Personal
I would like to run a query that will return two columns with the totals for personal and business for each user. Thus, the reusltant query run on the data above would give:
Name-Personal-Business
Wayne - 58 - 76
James - 101 - 10
All help is appreciated. Thanks in advance.
Here's a snippet of the raw data.
Name---Cost--Assigned
Wayne - 21 - Buisness
Wayne - 33 - Personal
Wayne - 25 - Personal
Wayne - 55 - Business
James - 10 - Personal
James - 10 - Business
james - 91 - Personal
I would like to run a query that will return two columns with the totals for personal and business for each user. Thus, the reusltant query run on the data above would give:
Name-Personal-Business
Wayne - 58 - 76
James - 101 - 10
All help is appreciated. Thanks in advance.