D
Deb
I have a query that lists all our Part Numbers and the Work Orders that have
been created for those parts. I need to be able to display the 3 most recent
Work Orders for each part.
The data in would look like this:
Part A
WO1
WO2
WO3
WO4
WO5
Part B
WO6
WO7
WO8
WO9
WO10
Resulting data from the query would be:
Part A
WO5
WO4
WO3
Part B
WO10
WO9
WO8
Does anyone have suggestions on how I could accomplish this task? Thank you
in advance for any help!
Deb
been created for those parts. I need to be able to display the 3 most recent
Work Orders for each part.
The data in would look like this:
Part A
WO1
WO2
WO3
WO4
WO5
Part B
WO6
WO7
WO8
WO9
WO10
Resulting data from the query would be:
Part A
WO5
WO4
WO3
Part B
WO10
WO9
WO8
Does anyone have suggestions on how I could accomplish this task? Thank you
in advance for any help!
Deb