I have a ComboBox that has a query for the RowSource. It selects all customers that have a certain salesman code. I then pull down the list of customers and select the 1st customer that I want to place an order for and enter my order. At the end, I tab over the last field and my ComboBox goes blank. Then I have to pull it down and start looking from the beginning for the next customer. Is there a way for the ComboBox to: 1. Stay where it is. 2. Automatically drop down so I can select the next customer from the point where my last customer was in the list?