I'll try giving that shot and see if it will do the trick.
My table has the following fields:
MstrUID - this is what I am looking to group by in the end its my project iD
MstrListUID - this is the item I am trying to reference as the next list item
complete - this is a simple check box if the task has been completed or not
CatPriority - this is the priority level of the category, basically the first sorting level
Priority - this is the priority of the task within the category, the second sorting level
With these I am trying to have it sort by CatPriority then Priority (lowest number of each) and complete must be false with those criteria give me the first record in MstrListUID for each MstrUID group