[RESOLVED] Load listview sorted
VB6 - Access 2002 - ADO
I have this SQL statement, and I know that I need to use 'ORDER BY' to load into a certain order, but I can't seem to get it to work the way I am after.
vb Code:
strSQL = "SELECT First_Name, Middle_Name, Surname, Memb_ID FROM tbl_Membership"
I am running this in the form load and then, the bit I am stuck on is trying to have the Listview sorted by Column 3 (Surname)
How can I sort this by this column?
Thanks :)
Re: [RESOLVED] Load listview sorted
Quote:
Originally Posted by Hack
I do that sometimes just to see if who I'm dealing with is paying attention.
Most of the time I am paying attention, but sometimes I think I must be coding in my sleep! :lol: