The database is in the attachment.
Problem decription:
What I did is creating a query named offseasonrevenue to calculate the revenues meet the criteria and creating a query named wholesalerevenue to calculate all the revenue. For the final query, I used this equation to calculate the percentage: [offseasonrevenue]/[wholerevenue].
However, the result turned out strang. One category has many percentage listed. If I use total->sum to group them, there will appear percentages over 100%. But in the same datebase->Check 11, I did the same thing but turns out to be true.
So, how can I group the percentage like one record per category and not seeing the strang number? Why I did the same thing in the query Check 11 but with different results?
Thank you for your time.
Problem decription:
Determine waht percentage of off-season sales revenue each product category accounts for.
Off-season is 1/1/2005-3/1/2005 and 10/15/2005 - 12/31/2005.
The final query is named Check 12 and should list two fields: Product Category and a field named % of Off-Season Revenue.
There should be only one record per category.
Format the percentage field as percent with two decimal.
What I did is creating a query named offseasonrevenue to calculate the revenues meet the criteria and creating a query named wholesalerevenue to calculate all the revenue. For the final query, I used this equation to calculate the percentage: [offseasonrevenue]/[wholerevenue].
However, the result turned out strang. One category has many percentage listed. If I use total->sum to group them, there will appear percentages over 100%. But in the same datebase->Check 11, I did the same thing but turns out to be true.
So, how can I group the percentage like one record per category and not seeing the strang number? Why I did the same thing in the query Check 11 but with different results?

Thank you for your time.
