Export to excel and keep the same order as in access

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

Guest

When I export to excel from Access 2003 I receive the records in Excel in a
different order then it was in access How do I maintain Order ???
 
Hi Nach,

An Access table is in effect a "bucket" of data with no inherent order.
Any time you want to be sure you'll see it in a particular order you
need to create a query that explicitly sorts it.

So for exporting: if the order matters, create a query that returns the
data the way you want it, and 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

Back
Top