Updateing/refreshing subform from listbox

F

Fleischen

I my main form I have a listbox based on a table and a subform. Th
problems is that I can not get the information in the subform to chang
when I doubleclick on a entry in the list box.

Can anyone help me with this?

/Marcu
 
B

Brian Bastl

Marcus,

Do you have any code in the DblClick procedure for your listbox to filter
your subform with the listbox value?

Brian
 
Top