I am trying to query our inventory transaction table. I want to pull the last inventory receipt for each part id we have. All of my results gave me multiple instances of the part id (received on multiple dates). I used MAX in the transaction date and also tried in the part ID field. Not working...
thanks