I have a simple form with three text fields and two combo boxes. The form is used to update record information at a later time. The first box finds the ContractNum field in the table. This box displays the information correctly. The second box selects the status field in a second table and displays it correctly. My problem is that even though both boxes pull the correct information, when I save the updated information, it gets posted to the wrong record (generally the first record in the table). I know that I have over-looked something but I just can't seem to put my finger on it. The form is in its basic format with only a "Save" button to check functionality (with basic
VB code behind the button). Any help on this would be greatly appreciated.