D
Dale
Hello
I have a word form with two fields, one a dropdown the other a textfield.
The value selected from dropdown1 filters the values in a listbox1 on a
userform. The userform is triggered by a macro on the enter event of the
textfield. The textfield is populated with the value is selected from the
listbox once the user clicks on an "OK" command button. I have two small
problems I can't resolve:
1) is there a way to set the default value of the listbox, it seeems to open
with an item randomly preselected.
2) Every thing works as designed unless the user "changes" their mind after
both the dropdown and textfield have been populated. I can't seem to get
the listbox values to filter properly unless the dropdown is selected at
least twice, almost as if the dropdown isn't refreshing or requerying...how
do I get the dropdown and the listbox to always be in sync?
Thanks
I have a word form with two fields, one a dropdown the other a textfield.
The value selected from dropdown1 filters the values in a listbox1 on a
userform. The userform is triggered by a macro on the enter event of the
textfield. The textfield is populated with the value is selected from the
listbox once the user clicks on an "OK" command button. I have two small
problems I can't resolve:
1) is there a way to set the default value of the listbox, it seeems to open
with an item randomly preselected.
2) Every thing works as designed unless the user "changes" their mind after
both the dropdown and textfield have been populated. I can't seem to get
the listbox values to filter properly unless the dropdown is selected at
least twice, almost as if the dropdown isn't refreshing or requerying...how
do I get the dropdown and the listbox to always be in sync?
Thanks