Hi!
I have got two list box on one form. The second (that lists products) depends on the first (that lists suppliers).
I'd like to display the filtered list in the second list box, but it doesn't refresh 'live' only after I reopen the form.
I tried to use the method available in case of combo box:
Forms!FormName!ListBoxName.Requery (event: click, afterupdate,...)
Nothing has changed...
If you have any good idea, solution, it'd be appreciated, so please help.
thx
Sz.Cs.
I have got two list box on one form. The second (that lists products) depends on the first (that lists suppliers).
I'd like to display the filtered list in the second list box, but it doesn't refresh 'live' only after I reopen the form.
I tried to use the method available in case of combo box:
Forms!FormName!ListBoxName.Requery (event: click, afterupdate,...)
Nothing has changed...
If you have any good idea, solution, it'd be appreciated, so please help.
thx
Sz.Cs.