Click to See Complete Forum and Search --> : Sort


cyseng10
August 6th, 2001, 04:05 AM
how to sort data in combo box where data is DATE.
example: - 2 August 01 (data add in combo box)

FYI, the data grab from database but when add in combo box is not is sequence. how i sort the DATE in ascending order.

Regards,
Wilson Chai

cksiow
August 6th, 2001, 08:19 AM
I am not sure whether it might help. there is a vbSort class in http://vblib.virtualave.net, it accept variant data type, thus, able to sort number, string, and probably even date.


HTH

cksiow
http://vblib.virtualave.net - share our codes