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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

access database - vb front end data not in order

Status
Not open for further replies.

Dapper

Programmer
Nov 2, 2003
74
0
0
GB
I have a database with an AUTONUM.

When i retreive the data its not in order. like 1 2 3 4
it like 1 2 4 3

I would like this to be in order please could you advise many thanks.

Dapper
 
thank for that, i knew that one just wondered if there was another way.

thanks for the help though.

dapper
 
Well IMHO the "order by" would be best but if you just want the data to display in the sorted order you could just sort the output in the listbox, listview or whatever your using to display the output. An obvious alternative but it is another way to do it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top