Sort sequence changes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have sorted my records in Access 2002 the way I would like them to be
exported into a fixed format txt file. Why are the records resorting in the
exported file? They lose their sort from the Access table.
thanks in advance for any help.
 
I have sorted my records in Access 2002 the way I would like them to be
exported into a fixed format txt file. Why are the records resorting in the
exported file? They lose their sort from the Access table.
thanks in advance for any help.

there is no Order in a table

use a query like: "SELECT * FROM MyTable ORDER BY MyField"
 
Back
Top