I am trying to think through the logic of how I could implement a field in the database for preferred order. I can make the field, but I am wondering what the best way, given a list of entries, to create the screen to declare order would be. Each entry would have a text box where you put the value in (1 being the highest) and then going from there. I am sure this is a problem for an array, but not terribly sure about hot to implement it.
Thank you.