G
Guest
I have a form with a subform. I placed a combo box for search by Customer's
name. Cust_ID is PK. If the combo box on the form is unbound, how do I get
the form to update if an existing customer is found in the search combo box?
If Joe Smith exists, the rest of the form and subform would fill in his
current info.
The subform contains Cust_Add since there may be more than one address for
each customer. The foreign Key there is the Cust_ID from Customer table.
Thank you for all your help,
Ivan.
name. Cust_ID is PK. If the combo box on the form is unbound, how do I get
the form to update if an existing customer is found in the search combo box?
If Joe Smith exists, the rest of the form and subform would fill in his
current info.
The subform contains Cust_Add since there may be more than one address for
each customer. The foreign Key there is the Cust_ID from Customer table.
Thank you for all your help,
Ivan.