sorting in desending order on access table with a lot of data

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

Guest

Hello,
I am a beginner with access and therefor my question might be a bit dumb.
I have a table in access, contains 182,256 rows of data. I need to sort by
gross sales total which is one of the columns on the table. When I select the
column and do sort in descending order, it seems to only sort 255 rows... or
so. I need all to be sorted I and I can figure it out. Can somebody help
me??? thanks.
 
Hello,
I am a beginner with access and therefor my question might be a bit dumb.
I have a table in access, contains 182,256 rows of data. I need to sort by
gross sales total which is one of the columns on the table. When I select the
column and do sort in descending order, it seems to only sort 255 rows... or
so. I need all to be sorted I and I can figure it out. Can somebody help
me??? thanks.

Create a Query based on your table. Put "Descending" on the Sort row
in the query grid under this field.

Use the Query for whatever you want - it will look, feel, and act like
a Table. Tables HAVE NO ORDER - they are unordered "buckets" of data;
if you want to sort the records, use a Query.

John W. Vinson[MVP]
 

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