I am working on extracting data from a progress database for expense reporting. I am able to dump all the data into an excell file and sort from there. However, what I want to do is sort the data by vendor and account before displaying the data to the screen. I was given a hint to save the data into a temporary work file and then extract the data from that work file. I however cannot logically follow how a workfile works. Can anyone help explain how to dump my data into a workfile?