Requery listbox from a listbox

J

Joel

How do you requery a multiselect listbox from another multiselect listbox?
I have tried docmd.List2.requery afterupdate and it doesnt work but the
query works, it just wont update the listbox.

If i use a combobox afterupdate to set the peremiter and requery, it works
fine.

Im stumped, any ideas?

Thanks
Joel.
 
Top