N
Nick Mirro
I have a subform with a combo and a listbox. When I add data into the
combo, I want it to be reflected in the listbox immediately. Now, it only
works if the entire form is refreshed with f9 or reopening it.
I tried "Me!ListControl.requery" for the subform on update, on dirty, etc.
I also tried it for a variety of events for the combo. How can I get this
listbox to update as soon as I enter the data in the combo.
combo, I want it to be reflected in the listbox immediately. Now, it only
works if the entire form is refreshed with f9 or reopening it.
I tried "Me!ListControl.requery" for the subform on update, on dirty, etc.
I also tried it for a variety of events for the combo. How can I get this
listbox to update as soon as I enter the data in the combo.