How can I update 2 fields from one combo box? I used the combo to update my customer_id but I also want to attach the order_id to the form since it is one of the fields also. I already created the combo box using the wizard and the customer_id updates just fine. I'm just struggling on trying to find a way to also update the the order_id. The combo box displays relevant information so the user knows which account to update. Such as cust_id, order_id, fname, lname, date but the only fields in the form that I want to update is order_id and cust_id. Is there a way to do this? Thanks in advance!