G
Guest
I have a table that contains the following:
Auto-num key Part # Type Counter
1 ABC New 1
2 ABC Used 2
3 XYZ New 1
4 ABC Used 3
5 ABC Used 4
6 XYZ Used 2
7 ABC New 1
8 ABC Used 2
9 XYZ New 1
This continues on and on for the life of the db. I would like to make a
report that finds the average counter for each 'new' cycle on each part
number over a time period specified by the user. For example above, ABC had
one cycle that went up to 4 and the final cycle that went to 2, using only
the record that says 4 and 2, respectively, I would like the average to be 3.
Any help would be greatly appreciated.
Thanks
Steve
Auto-num key Part # Type Counter
1 ABC New 1
2 ABC Used 2
3 XYZ New 1
4 ABC Used 3
5 ABC Used 4
6 XYZ Used 2
7 ABC New 1
8 ABC Used 2
9 XYZ New 1
This continues on and on for the life of the db. I would like to make a
report that finds the average counter for each 'new' cycle on each part
number over a time period specified by the user. For example above, ABC had
one cycle that went up to 4 and the final cycle that went to 2, using only
the record that says 4 and 2, respectively, I would like the average to be 3.
Any help would be greatly appreciated.
Thanks
Steve