M
Michalis J.
I have a combo box in a subform depending on the value of which some
textboxes in the subform are hidden and some are visible. When the user
selects a value from the combobox list I need the system to check wheather
the combo already has a value and if this is true I whant to display a
warning message that the value will change.
I am trying to use the BeforeUpdate event of the combo and check if if the
combo value is null but it seems that the combo assumes the value selected
before the event.
Does enybody have an idea on how to do that?
textboxes in the subform are hidden and some are visible. When the user
selects a value from the combobox list I need the system to check wheather
the combo already has a value and if this is true I whant to display a
warning message that the value will change.
I am trying to use the BeforeUpdate event of the combo and check if if the
combo value is null but it seems that the combo assumes the value selected
before the event.
Does enybody have an idea on how to do that?