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![]()




Reply With Quote