Skorkpup
Programmer
- Feb 17, 2005
- 11
Hi Guys,
I am trying to list dates in a combo box.
the dates are added, year / month / day like this..
2005 10 04
2005 10 06
2005 10 05
the combo box with (Sort = true) will display them as..
2005 10 04
2005 10 05
2005 10 06
This is all well and good, except the recent dates are added the the bottom of the list, which could get excessive.
I would like to reverse the order so the most recent date comes to the top. Any help would be appreciated greatly.
Skorkpup
I am trying to list dates in a combo box.
the dates are added, year / month / day like this..
2005 10 04
2005 10 06
2005 10 05
the combo box with (Sort = true) will display them as..
2005 10 04
2005 10 05
2005 10 06
This is all well and good, except the recent dates are added the the bottom of the list, which could get excessive.
I would like to reverse the order so the most recent date comes to the top. Any help would be appreciated greatly.
Skorkpup