wvandenberg
Technical User
I have a combobox on a form. Depending on the other information that is entered into other controls on the form, I use VBA to change the RowSource of the combobox. I don't want to save this new RowSource when the user moves to another record or closes the form. I would like to revert back to the original RowSource of the combobox.
What form event procedure should I use to
1. Test if the RowSource has been changed
2. Reset the combobox to the original RowSource?
Thanks in advance.
What form event procedure should I use to
1. Test if the RowSource has been changed
2. Reset the combobox to the original RowSource?
Thanks in advance.