I'm trying to create (without much luck) a SUB that can calculate a running balance grouped on a unique part number. For instance, part number 1234 has three records in the table - for each record i want to be able to calculate a running balance so:
record 1 Qty 50 Balance 50
record 2 Qty 50 Balance 100
and so on.
There are several different part numbers in the table and i want to group on each one.
Any ideas??
Thanks,
KTB916
record 1 Qty 50 Balance 50
record 2 Qty 50 Balance 100
and so on.
There are several different part numbers in the table and i want to group on each one.
Any ideas??
Thanks,
KTB916