J
Joachim
Hi,
I'm about to rip my hair out finding the right approach
for a problem that must have been solved hundred times
over, with my Excel head screwed on, I can't get to see
the solution though:
I have inventory transaction data in a query like:
date Transaction
09/10/2003 100
09/11/2003 -10
09/12/2003 500
and with the appropriate query I need to calculate the
cumulative transactions, i.e., the daily total inventory
and make it available in a new query:
date Transaction Daily total inventory
09/10/2003 100 100
09/11/2003 -10 90
09/12/2003 500 590
In Excel you would just calculate the inventory position
per day (just the total for 09/12 would not be good
enough) by adding a column cumulating the transactions
over time, I haven't figured out Access to come up with
the same result.
I would not want to export into Excel, do it there and
come back, ideally there were some functions to do this in
a select query so that it is calculated "automatically"
versus some action query, I'll take any help to solve the
problem in step 1 though, sophistication can be step 2.
Any thoughts? Help is sincerely appreciated. I realize
that the answer is probably faster than me writing this
post, if you have your Access basics together and know
where to look. I'm surely not there yet.
Joachim
I'm about to rip my hair out finding the right approach
for a problem that must have been solved hundred times
over, with my Excel head screwed on, I can't get to see
the solution though:
I have inventory transaction data in a query like:
date Transaction
09/10/2003 100
09/11/2003 -10
09/12/2003 500
and with the appropriate query I need to calculate the
cumulative transactions, i.e., the daily total inventory
and make it available in a new query:
date Transaction Daily total inventory
09/10/2003 100 100
09/11/2003 -10 90
09/12/2003 500 590
In Excel you would just calculate the inventory position
per day (just the total for 09/12 would not be good
enough) by adding a column cumulating the transactions
over time, I haven't figured out Access to come up with
the same result.
I would not want to export into Excel, do it there and
come back, ideally there were some functions to do this in
a select query so that it is calculated "automatically"
versus some action query, I'll take any help to solve the
problem in step 1 though, sophistication can be step 2.
Any thoughts? Help is sincerely appreciated. I realize
that the answer is probably faster than me writing this
post, if you have your Access basics together and know
where to look. I'm surely not there yet.
Joachim