how do i sort a table in alphabetical order?

  • Thread starter Thread starter Guest
  • Start date Start date
You don't. Tables are "sacks of data": you can't make any assumptions about
the order of entries in them (and the order will likely change when you
compact the database).

Instead, create a query with an appropriate ORDER BY clause in it, and use
that wherever you would otherwise have used the table.
 

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