I have a form with a combobox (Candidates) and want to be able to add a new name if not on the list . How can I have the form to enter new Candidate be invoked once I type in a name in the combobox. I need to invoke the form because inserting the name directly in the Candidate table would be incorrect because there are other fields to be also filled in on that form such as candidate number. I don’t want to have records in the candidate table with just Names with all other fields empty.
Does anyone know how to implement this?
Does anyone know how to implement this?