What you sent is close but I also need to bring in the ‘Tran-Type’ of the MAX (PartTran.TranDate) row without retrieving the other rows that have different 'Tran-Type’s, if that makes sense.
If I add in the field, I have to group by it which blows up the MAX (PartTran.TranDate) row retrieval.
How would I bring in the information of Tran-Type without messing the rest up?