I use access to keep score during trivia games in my class. I have textboxes with spin buttons that updates the score. What I need is another text box above each of the previously named textboxes that rank each score. I could write a monster code that compared each text box to each other and then displayed their rank. I was wondering if there is a short cut in VB to compare multiple textbox values. Thanks.