I have had a similar problem. We get a report from our credit card
company of all 20 or so Company credit cards broken down by cardholder,
and we needws to import it into Access. It begins life as a text file.
Long story short, after I imported the file into Excell, I created a
couple of formulas that identified the row they were on as garbage to be
ignored, line item data to be imported, or a report subheader which I
was using to to key the line items. (Card holder name was at the top,
and I had to tie it into the followign line items until the next card
holder.)
Then I import it into access, delete the garbage, and complete processing.
What I would suggest to you, is add a coloumn to the end of your data,
which consists of a sequential number, starting from 1. That will get
imported, and you can use that to sort the data after you load it up to
match the spreadsheet.
To more fully autromate the process, create another spreadsheet, link
the data on that to the first spreadsheet, put your Line Order Coloumn
there, and you are all set.
Hope this helps.
phl