D 
		
				
			
		Deleted member 73419
Guest
Hi,
How do you clear Comboboxes and Listboxes?
I have one of each and they get their data via a RecordSource
I have tried combobox.clear and listbox.clear but I get an error saying 'method or data member not found'.
I have also tried iterating through the items and then using removeitem but I cannot do that where the RowSource property is set to 'Table/Query'
Using combobox.recordsource = "" or listbox.recordsource = "" does not work either as I still have the respective combobox and listboxes populated with their previous data.
Could anyone help please?
 How do you clear Comboboxes and Listboxes?
I have one of each and they get their data via a RecordSource
I have tried combobox.clear and listbox.clear but I get an error saying 'method or data member not found'.
I have also tried iterating through the items and then using removeitem but I cannot do that where the RowSource property is set to 'Table/Query'
Using combobox.recordsource = "" or listbox.recordsource = "" does not work either as I still have the respective combobox and listboxes populated with their previous data.
Could anyone help please?
 
	 oops... my bad spelling.  They do indeed have a RowSource
 oops... my bad spelling.  They do indeed have a RowSource 
 
		
 
 
		 
 
		 
 
		 
 
		