Sort/Alphabetize problem

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

Guest

I'm having a strange problem in Access. I'm sorting by a name field in a
"make table" query. The results come should come out with rows alphabetized
by the last name in the field. Instead they come out beginning with C's and
they are in alpha order down to about E's then they start over with A's and
are in alpha order to the end. IE. Instead of a list coming out A,B,C,D,E
ETC. It's coming out C,D,E,A,B,C,D,E ETC
 
AccessNewbie said:
I'm having a strange problem in Access. I'm sorting by a name field
in a "make table" query. The results come should come out with rows
alphabetized by the last name in the field. Instead they come out
beginning with C's and they are in alpha order down to about E's then
they start over with A's and are in alpha order to the end. IE.
Instead of a list coming out A,B,C,D,E ETC. It's coming out
C,D,E,A,B,C,D,E ETC

Tables have no (reliable) order so putting a sort order on a make table
query is a futile thing to do.

If you want to see your data in a reliable order you MUST use a query, form,
or report that has an explicit ORDER BY applied to it.
 

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