Keeping Data intergrity while sorting

B

bits

Hi I know this is probably fairly basic but for some reason havin
problems.

I have a stock list which i want sorted into ascending order b
supplier code then by product i.d but everytime i try use the sor
function fiels get mixed up i.e a product does not stay in the same ro
as the supplier i.d

if any one has any ideas on this it would be greatly appreciate
 
G

Gord Dibben

Select all the columns you wish sorted then sort by supplier. They will sort
together.

Gord Dibben XL2002
 
Top