Here is another simple problem that I can't seem to solve. I have a form with a drop down combo box in the form header that can be used to select a recorded based on the company name. That works fine, when you select AAA, AAA's record populates the form. But if you navigate through the records with the arrows at the bottom the combo box in the header doesn't change. When you are on BBC's listing the combo box still displays AAA. Is there a VB way of updating the selected value of the combo box when I change records?