I really need some help. I built a form that has a combo box as a search item. The combo box (drop down box) contains the employee's last name. The goal is for the use to come to the form and choose an employees name from list and then the employee's compensation information will populate in the other fields. Now I wanted to get fancy and add command buttons at the bottom of my page so i added a next button and previous record button. However, when I hit the button to tell the form to go to the next record, the information in all of fields changes except for the employee name which is in the combo box. So basically, I need to the combo box (which contains the emp name) to be in sync with the command/navigation buttons.
how do I do this?
how do I do this?