M
Mellstock
I have a database which records client addresses. I have a field
called Town which is selected via a Combo Box from a Table called
Towns. What I would like to do is to automatically add new Towns to
the Table and the Combo Box.
I believe I need to limit the selections to the list in the table
(Combo Box) and then write some code on the NotInList event.
If this is correct how do I go about it ?
called Town which is selected via a Combo Box from a Table called
Towns. What I would like to do is to automatically add new Towns to
the Table and the Combo Box.
I believe I need to limit the selections to the list in the table
(Combo Box) and then write some code on the NotInList event.
If this is correct how do I go about it ?