How do I update a Table from a control (combobox) in a Form?

  • Thread starter Thread starter Erik Løvaas
  • Start date Start date
E

Erik Løvaas

I try again!

I have a Form (frmActivities) that contains a combo-box holding information
on customers. The information
is derived from a Table (tblCustomers). I want the Table to be automatically
updated whenever I enter a new Customer in the Form (frmActivities).

Erik
 
I try again!

I have a Form (frmActivities) that contains a combo-box holding information
on customers. The information
is derived from a Table (tblCustomers). I want the Table to be automatically
updated whenever I enter a new Customer in the Form (frmActivities).

Erik

Use the Combo Box's Not In List event. There is sample code at

http://www.mvps.org/access/forms/frm0015.htm
 
Back
Top