Thesize
04-13-2004, 10:24 AM
I have an Access table with the following fields:
fldID(autonumber),fldLotNo, fldLength, fldDiameter, fldFrom, fldTo
This table has multiple records with the same fldLotNo value. The table is tracking the movements of the fldLotNo's from one warehouse to another. I'm trying to create a query that will select distinct fldLotNo records based on it's highest fldID value, thus giving me each fldLotNo's current warehouse location.
Help!
Thanks,
Jeff Sizemore
fldID(autonumber),fldLotNo, fldLength, fldDiameter, fldFrom, fldTo
This table has multiple records with the same fldLotNo value. The table is tracking the movements of the fldLotNo's from one warehouse to another. I'm trying to create a query that will select distinct fldLotNo records based on it's highest fldID value, thus giving me each fldLotNo's current warehouse location.
Help!
Thanks,
Jeff Sizemore