I have a form that pulls information from a single table in my database. When the user pulls up this form it is initially blank but has a combobox in it that they can select a customer from. I don't have the controlsource to this field set to anything because I want them to be able to type in a customer name and it not attempt to update the record in the database, I want it to just allow me to jump to a record. But when the users navigate using the record selectors at the bottom of the screen, obviously this field doesn't update because it's not attatched to the controlsource. How can I make it update this field when they use the record selectors???