I have a window that has two drop down datawindows. One of them is invisible until the user selects a value in the first DDDW. As soon as I select a value in the first dddw, the itemchanged event will then populate the second dddw based on the value selected in the first one. It also will set the visible property to 'True' for the second dddw.
I will then select a value in the second dddw. As soon as I select another object on the window(i.e. a command button), the value I selected in the second dddw automatically re-selects the first item in the dddw.
Why does the value in the second dddw change back to the first item in the list? Why won't it hold the value I select?
Keith
I will then select a value in the second dddw. As soon as I select another object on the window(i.e. a command button), the value I selected in the second dddw automatically re-selects the first item in the dddw.
Why does the value in the second dddw change back to the first item in the list? Why won't it hold the value I select?
Keith