I've got a form with a bound combo box "Contacts". If the contact does not exist the user would like to select, he double clicks the combo box and a modal form appear where the non existent contact can be entered.
How can the newly added contact be "active" in the combo box as soon as the modal form is being closed without the user need to reselect the added contact?
I need to display the saved record and not just the name surname string that was added. And the contacts table has a autonumber set on the primary key.
How can the newly added contact be "active" in the combo box as soon as the modal form is being closed without the user need to reselect the added contact?
I need to display the saved record and not just the name surname string that was added. And the contacts table has a autonumber set on the primary key.