help on Access table export

K

Kai Liu

hi, I would like to export one sorted table to
txt file, but the result is not what I imagined.
The txt loses the sorting, how I can fix that?
Thanks a million.
 
D

Douglas J. Steele

Never make any assumptions about the order of data in tables: regardless how
it might appear to you when looking at the data in a table, it's essentially
random.

Create a query that sorts the data how you want it, then export the query.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top