I have created a form with a combo box that pulls records from a table. Then I have a text box to enter that name of the company to be entered with the matching record. And a save button to save the event.
Instead of my combo box and text box updating the record, it update the first record in the table instead of finding the record that matches the combo box. Any ideas what I did wrong?