H H. Martins Jan 5, 2009 #1 If a form contains a listbox, when we do form.requery does it also requeries the list box? Thanks Henry
If a form contains a listbox, when we do form.requery does it also requeries the list box? Thanks Henry
S Stuart McCall Jan 5, 2009 #2 H. Martins said: If a form contains a listbox, when we do form.requery does it also requeries the list box? Thanks Henry Click to expand... No. You need to requery the listbox too: Me.ListboxName.ReQuery
H. Martins said: If a form contains a listbox, when we do form.requery does it also requeries the list box? Thanks Henry Click to expand... No. You need to requery the listbox too: Me.ListboxName.ReQuery