Value all in my combobox to show all records in my list box

R

rahmad

I have a combobox and a listbox.My combobox requery and filter
the records in my listbox and it works fine.But after update my combobox,
I unable to remove the filter of listbox cause there is no option to showing
up all records in my combobox.How to add option all to mycombobox to
showing up all records in my listbox.

Thank's in advance.
 
R

Roger Converse

You could try to requery for your combobox for the onchange event.

HTH
Roger
 
Top