ok so I read each value into arrays ( salesID[numemployees], employeecode[numemployees], etc)
Then I have to sort them and outpput to a file.
Here's where I have a problem. if salesID 6022 corresponds with 3 units sold, and I sort by numunits, how will it still have the right salesID with it. I hope my querry makes sense