L
Lars Brownies
I have a combobox in which the afterupdate triggers a msgbox. In only want
this msgbox to show if the combobox value has really changed. Sometimes a
user selects a value for the combobox that is already the value of that
combobox. Is there a way that I can check if the user has really chosen a
new value? I can think of using a global var which the old value get filled
in the beforeupdate and checked in the afterupdate. But maybe there is a
more elegant way?
Thanks,
Lars
this msgbox to show if the combobox value has really changed. Sometimes a
user selects a value for the combobox that is already the value of that
combobox. Is there a way that I can check if the user has really chosen a
new value? I can think of using a global var which the old value get filled
in the beforeupdate and checked in the afterupdate. But maybe there is a
more elegant way?
Thanks,
Lars