Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Query will not sort the table

Status
Not open for further replies.

CalvinFarmer

Technical User
Sep 13, 2004
1
US
I have a query which is supposed to sort a table. For some reason, it doesn't completely sort it correctly. The table is kind of big (300,000 rows), but it should still work. Sometimes the field won't be in ascending order, and sometimes it will split up a group of records from the field into different places in the table. Everything will work fine when it is a "select" query. But when changed to a "make table", it doesn't sort correctly. Any ideas?
 
Hi

AFAIK tables are are not in any particular Order, if you with to retrieve data from a table in some sequence, then you must do it via a SELECT query, with an ORDER BY clause

Regards

Ken Reay
Freelance Solutions Developer
Boldon Information Systems Ltd
Website needs upgrading, but for now - UK
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top