J
JoeJohn
Hello All,
I need a help with the form coding.
How to append a new record into a lookup table using a bound combo
box?
In my entry form, I have this cboAgencyID combo box with the rowsource
= "SELECT AGENCY.AgencyID, AGENCY.AgencyName FROM AGENCY;".
I want to enable this combo box for inserting a new record into AGENCY
table, so that whenever the user type a value which is not in the
list, the value will be automatically added as a new record.
Could anyone guide me with the steps and some code examples? It would
be highly appreciated. Many thanks in advance.
-Johanes-
I need a help with the form coding.
How to append a new record into a lookup table using a bound combo
box?
In my entry form, I have this cboAgencyID combo box with the rowsource
= "SELECT AGENCY.AgencyID, AGENCY.AgencyName FROM AGENCY;".
I want to enable this combo box for inserting a new record into AGENCY
table, so that whenever the user type a value which is not in the
list, the value will be automatically added as a new record.
Could anyone guide me with the steps and some code examples? It would
be highly appreciated. Many thanks in advance.
-Johanes-