I need help to know if this is possible and welcome any thoughts:
Here is a simplified version of my query:
Date Group Kg Cy 31-Jan 1 100 $100 31-Jan 2 200 $200 28-Feb 1 100 $100 28-Feb 2 200 $200
My query has over 400 records with 21 Groups and of course varying Kg and Cy (currency) numbers.
I want to use that query to make something like this:
Date Group Kg Cy Accum. Cy Cy/Kg 31-Jan 1 100 $100 $100 $1.00 28-Feb 1 100 $100 $200 $2.00 31-Jan 2 200 $200 $200 $1.00 28-Feb 2 200 $200 $400 $2.00
So, I want to Accumulate the Cy (monthly) by Group in one field and then divide that Accum. Cy by the Kg in another field.
I'm having trouble just getting a single accumulating total Cy, never mind accumulating totals by Group, plus the extra calculation for Cy/Kg.
Although, if I could get the Accum. Cy totals by Group, the final calculation (Cy/Kg) shouldn't be an issue.
I've been trying different solutions and I'm starting to think it can't be done in Access.
Any suggestions?
Thanks.