C
CuriousMark
I need help with designing a combo box to select or add names to a database.
I understand how the autoexpand feature works, and how to code for a
concatenated name (lastname, firstname, MI). But how do I code so that the
user can start typing in a name, and if the name is in the database already,
select it; if the name is not, then add it? I want to be able to add the
lastname, firstname and MI. Thanks.
I understand how the autoexpand feature works, and how to code for a
concatenated name (lastname, firstname, MI). But how do I code so that the
user can start typing in a name, and if the name is in the database already,
select it; if the name is not, then add it? I want to be able to add the
lastname, firstname and MI. Thanks.