Hello All !
I am currently using a combo box to find records based on a list of dates (which is primary key) of a table.
What I need: When I type a value into the combo box that is not on the list, I want to be prompted with a message like "This record does not exist, would you like to create it?" .... If so, a new record is created with the date field (primary key) filled with the value that was typed.
Thanks !
I am currently using a combo box to find records based on a list of dates (which is primary key) of a table.
What I need: When I type a value into the combo box that is not on the list, I want to be prompted with a message like "This record does not exist, would you like to create it?" .... If so, a new record is created with the date field (primary key) filled with the value that was typed.
Thanks !