wjmontague
Programmer
I have 20 products lines, each product line has serial numbers assigned. Each serial number takes up to a year to produce and are in various stages of production. I must give a weekly report on over a 100 different products. My report needs the last data entry for each serial number grouped by products. I do not need all the records for each serial number only the last entry.
ie.
Product Serial# Comment
aProductline 027 waiting parts
aProductline 026 testing part
aProductline 025 inspection
bProductline 423 repair
bProductline 422 etc
Each of the above lines represent the last entry for that serial number only grouped by products. I am looking for the largest ID number for each different product and serial number
ie.
Product Serial# Comment
aProductline 027 waiting parts
aProductline 026 testing part
aProductline 025 inspection
bProductline 423 repair
bProductline 422 etc
Each of the above lines represent the last entry for that serial number only grouped by products. I am looking for the largest ID number for each different product and serial number