I have a table were each record has a unique ID. I also have a list of all the ID numbers in a specific order. The order may change each time the page(this is a coldfusion website)is loaded. Is there any way to order the records based on the list of unique ID's. For example, I may need the first record to be VehicleID=14, 2nd to be VehicleID=12, 3rd - VehicleID=2, 4th-VehicleID=7, etc...I already have this list created. What can I do to accomplish this?