Hey everybody, first time poster here.
Here's my situation. I have a table that basically looks like this...
Field Names:
Item
Date
Qty1
Qty2
Net
Cumulative
There is accurate data in all of the fields, except for cumulative. I have the data sorted ascending by Item, then ascending by date.
What I am trying to do is basically this:
If [Item] != (prior record)[Item], [Net], [Net]+(prior record)[Net]
Does that make sense? Basically, I want to plot out what the net qtys will be, over a course of time. Should I use visual basic for this? Write a query? I'm by no means a programmer and was wondering if anyone could help. I would greatly appreciate it.
Here's my situation. I have a table that basically looks like this...
Field Names:
Item
Date
Qty1
Qty2
Net
Cumulative
There is accurate data in all of the fields, except for cumulative. I have the data sorted ascending by Item, then ascending by date.
What I am trying to do is basically this:
If [Item] != (prior record)[Item], [Net], [Net]+(prior record)[Net]
Does that make sense? Basically, I want to plot out what the net qtys will be, over a course of time. Should I use visual basic for this? Write a query? I'm by no means a programmer and was wondering if anyone could help. I would greatly appreciate it.