Hi
I've got a database that imports weekly sales figures by product by branch - so far so good.
Now been told these figures are cumalative figures week on week but they want to show the data by weekending data - so I need to work it backwards each week (I think this is the easiest way!)
I have created a table that imports the data and then created a query that gives me the Total By Product By Branch, I've then created another query that gives me the total for this weeks only and then a third query that takes the total away from this weeks but my problem is that the total includes this weeks cumlative figures as well so the calc isn't right
Any ideas on how best to do this greatly appreciated...
I've got a database that imports weekly sales figures by product by branch - so far so good.
Now been told these figures are cumalative figures week on week but they want to show the data by weekending data - so I need to work it backwards each week (I think this is the easiest way!)
I have created a table that imports the data and then created a query that gives me the Total By Product By Branch, I've then created another query that gives me the total for this weeks only and then a third query that takes the total away from this weeks but my problem is that the total includes this weeks cumlative figures as well so the calc isn't right
Any ideas on how best to do this greatly appreciated...