N
neenmarie
I have a table of shippers containing: Shipper#, PartNumber, Date, Quantity.
I'm trying to total the quantity for each part number in a query with:
Date - Last
Shipper# - Last
PartNumber - Grouped By
Quantity - Sum
It will not give me the last Date or Shipper Number.
I've even removed all fields except the date and it still will not give me
the last date for the whole table.
Any ideas? It's driving me nuts.
I'm trying to total the quantity for each part number in a query with:
Date - Last
Shipper# - Last
PartNumber - Grouped By
Quantity - Sum
It will not give me the last Date or Shipper Number.
I've even removed all fields except the date and it still will not give me
the last date for the whole table.
Any ideas? It's driving me nuts.