Sort in Export file

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

Guest

I would like to export a fixed format flat file from an Access table. I
have tried everything to have the file sorted the way it needs to be in the
file. The sort has a mind of its own. I have tried filtering and changing
the Order-By in the properties of the table. Nothing seems to help. I am
using Access 2003, but the table is in Access 2000 format.

Thanks for any ideas.
 
Lois said:
I would like to export a fixed format flat file from an Access table.
I have tried everything to have the file sorted the way it needs to
be in the file. The sort has a mind of its own. I have tried
filtering and changing the Order-By in the properties of the table.
Nothing seems to help. I am using Access 2003, but the table is in
Access 2000 format.

Thanks for any ideas.

Tables are really buckets of data without any order. Try a query
including a sort and see if that works.
 

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

Back
Top