C
Cliff
I need to create a report that will keep a running total
of all records in a database - by groups - I can use
either a query report or VBA - which ever will work.
My problem is that within each group I will have a
caryover from record to record.
For example I have records for each employee for each
month in the year.
They get a credit point for each 3 hours worked in that
month. If a employee works 41 hours in Jan 41/3 gives him
13 points with a carry over to Feb of 2 hours. These 2
hours need to be added to Feb hours before dividing by 3
for Feb points.
Thanks for any and all help
Cliff
of all records in a database - by groups - I can use
either a query report or VBA - which ever will work.
My problem is that within each group I will have a
caryover from record to record.
For example I have records for each employee for each
month in the year.
They get a credit point for each 3 hours worked in that
month. If a employee works 41 hours in Jan 41/3 gives him
13 points with a carry over to Feb of 2 hours. These 2
hours need to be added to Feb hours before dividing by 3
for Feb points.
Thanks for any and all help
Cliff