G
Guest
Hi Guys.
Let me give you a quick rundown of what I am doing...
Basically, the Form_Load function populates a ListBox with values as the
form loads up. These values are correct and appear in the listbox without any
problems.
However, another event (for a ComboBox, after update) requires that the
values be refilled for the ListBox.
When I print out (i.e. Debug.Print) what the string of values looks
like...it is correct. However, the updated values NEVER show up in the actual
ListBox until I close it and reopen the form.
Can anyone provide assistance?
Thanks in advance, this has been troubling me all afternoon.
David
Let me give you a quick rundown of what I am doing...
Basically, the Form_Load function populates a ListBox with values as the
form loads up. These values are correct and appear in the listbox without any
problems.
However, another event (for a ComboBox, after update) requires that the
values be refilled for the ListBox.
When I print out (i.e. Debug.Print) what the string of values looks
like...it is correct. However, the updated values NEVER show up in the actual
ListBox until I close it and reopen the form.
Can anyone provide assistance?
Thanks in advance, this has been troubling me all afternoon.
David