I have a form where user input in a combo box is appended as the last line in a text file. I need to preload the combo box with the last 10 entries. So I either need to count backwards from the bottom of the text file, ie. last item in text file is first item in cbo OR reverse the input from cbo to text file, ie. user input in cbo becomes FIRST line in text file. Can anyone help me with either of these? Somehow I suspect an array will come up. Arrays are my nemesis... Thanks for any suggestions!