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
Printable View
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
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