Quote:
|
Originally Posted by rmurdo
Hi there,
There are probably a dozen ways to do this. What I do is make a field (indexed) called order. You then have an editor with drop down boxes, it reads all the records in then create a dyamic drop down for each one that goes from 1 to total records. Then you can choose what order that drop down is. Save/update the db.
Then you can do a select statement that orders by the column order and not id.
Make any sense?
Robert
|
Firstly, thanks for the help and your informative reply!!
And it does make sense to me, but I don't understand that how would I make a dyamic drop down menu? COuld you please post that script here?
Thanks again for the help. It is greatly appreciated.