If I wanted all data following a column to be sorted by the first column's alphabetical sorting, how would I do that?

I have data organized by inventory numbers, which I would like to keep alphabetically ordered, however several of the rows following it must also be attached to that particular inventory number; part description, and info of where to buy them.

How do i sort everything by just the part number, and keep part numbers attached to their corresponding info?

After fiddling with the sort tool, I’ve found that the “sort key” is the justification by which the entire selection is sorted already. Built in functions designed to handle my apparent non issue.