
Signature
HTH
Van T. Dinh
MVP (Access)
Hi Van,
Thank you for the prompt reply. At the same time, I realize I didn't set a
primary key on the ID. Once I set it, the table is exported the way it
displays.
Siew-Ming
> If you want to export in a specific order, create a Query with the required
> sorting / ordering and the use the Query for export and not the Table.
[quoted text clipped - 11 lines]
> >
> > Thanks so much.
Van T. Dinh - 18 May 2005 23:03 GMT
Yes. Access (not JET, the database engine) seems to default the sorting to
PK if there is a PK present. However, in theory, database engines (JET and
others) retrieve Records whichever way they assess to be the fastest.
Hence, if you want a particular order, the only way to be sure is to specify
the sort order in a query.

Signature
HTH
Van T. Dinh
MVP (Access)
> Hi Van,
>
[quoted text clipped - 3 lines]
>
> Siew-Ming