I'm doing a project for a class wherein the contents of an RAF are loaded into a combo box and edited, added to, deleted via additional textboxes (an instructor derived gerbil wheel). I'm having problems because the combo sorts but the index doesn't have relevance to the RAF, which is isn't sorted. I haven't yet, being a neophyte, figured out how to write code that will "Put" existing combo entries into the file in their sorted form. (Another problem is that the combo entry is a concatenated string that represents two facets of a data type in the file).