Hello,
I have a combo box (employer listing) that is populated by a table (tbl_EmployersDatabase) as the row source. I have the 'Limit To List' property set to 'No' so that if the employer is not found in (tbl_EmployersDatabase), you can simply add it by typing it directly in the combo box.
I would like to know how I can make the user's manual entry in the combo box get added to (tbl_EmployersDatabase) so that it will be available subsequent to that entry.
Sounds like some vba needed so I don't know if this is the correct forum.
Thank you in advance for any help,
Rey
I have a combo box (employer listing) that is populated by a table (tbl_EmployersDatabase) as the row source. I have the 'Limit To List' property set to 'No' so that if the employer is not found in (tbl_EmployersDatabase), you can simply add it by typing it directly in the combo box.
I would like to know how I can make the user's manual entry in the combo box get added to (tbl_EmployersDatabase) so that it will be available subsequent to that entry.
Sounds like some vba needed so I don't know if this is the correct forum.
Thank you in advance for any help,
Rey