Is it a known issue that the combobox will not save changes to the dataset if the entry in the combobox is blank? This problem is driving me insane! Here's the scenario.
The user open the form, the record loads, they make a selection from a combobox and save the record. The user then realizes they made a mistake and they need to delete the selection from the combobox. They do so and save the record. They close the form and re-open it, the value they removed has come back, the value did not get removed.
It appears that when the user removes the entry from the combobox, the changes are not being made to the underlying dataset.
The user open the form, the record loads, they make a selection from a combobox and save the record. The user then realizes they made a mistake and they need to delete the selection from the combobox. They do so and save the record. They close the form and re-open it, the value they removed has come back, the value did not get removed.
It appears that when the user removes the entry from the combobox, the changes are not being made to the underlying dataset.
Last edited: