G
Guest
Your help will greatly be appreciated.
Have a query based on 4 drop down combo boxes in which the results are
displayed in a list box.
The user clicks a clear button to remove all combo box selections.
I want the list box to clear also. I tried several things but none of them
works
me.listbox = Null
me.listbox = " "
Also, I have used this : me.listbox.rowsource = ""
However, when the form loads/open I get a error message stating that it does
not recognize the rowsource "".
Thanks
Have a query based on 4 drop down combo boxes in which the results are
displayed in a list box.
The user clicks a clear button to remove all combo box selections.
I want the list box to clear also. I tried several things but none of them
works
me.listbox = Null
me.listbox = " "
Also, I have used this : me.listbox.rowsource = ""
However, when the form loads/open I get a error message stating that it does
not recognize the rowsource "".
Thanks