[RESOLVED] Listing in list box
:bigyello: :wave:
I have a issue I've been trying to work out in vb6
I have a listbox that displayes my records, and I wish to set it to were it will always list from Smallest ID to Largest ID
Example: If the first IDno. = 101 then Id like it to begin there and list the rest in order 101, 102, 103, ect...
My problem is if I delete record 101 and then add new ID 101 it will list at the end of the list?
any suggestions?
Thanks in advance :thumb:
Re: [RESOLVED] Listing in list box
Did you try doing your sort use an SQL ORDER BY prior to loading the listbox?
Re: [RESOLVED] Listing in list box
will u show your code here?