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

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
 
J

John Vinson

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top