I need to populate the Drop Down List Box with the following values,
DD1,
DD2,
DD3,
DD4,
DD5
The order of the display will be based on the value that matches with the
Database value.
Say for eg. if I see DD3 in the database, then I need to display
DD3,
DD4,
DD5,
DD1
DD2
Please help!
Thank you.
HockeyFan - 24 Feb 2006 19:18 GMT
To clarify, are you saying that you have a field in the database, and if that
value is DD3, then you want to start there when populating the control, to in
order to DD5, and then back to DD1 and DD2? This is sort of a circular
window of items between (and including) DD1 and DD5, and the value in the
database just tells which one to start at. Is this what you mean?
> I need to populate the Drop Down List Box with the following values,
>
[quoted text clipped - 17 lines]
>
> Thank you.