schreinman
Registered User.
- Local time
- Yesterday, 16:50
- Joined
- Oct 2, 2010
- Messages
- 24
Within a form with combo boxes, the user can click on the label for the combo box if the desired selection is not present. This opens another form where the new option can be added. After closing out of that form I want the new option to appear in the combo box but can't seem to find the correct event to do this. AfterUpdate event on the combo box will not show the new selection until the user first selects another option and then can reselect the newly added option.
How can I get the combo box to show the newly added option the first time?
Thanks for any help you can share on this.
How can I get the combo box to show the newly added option the first time?
Thanks for any help you can share on this.