G
Guest
I need to refresh a listbox without refreshing anything else on the form.
I have multiple list boxes(listX) that may already be selected but I have
one list box (list2)that limits the next list box(list3) depending on what is
selected in it.
If I use me.refresh to update the list3 it works but the problem is it
refreshes listX also which I cannot have.
Each list box sets criteria for a query so I need them to stay.
I have tried requiry but this does nothing.
How can I refresh a control not the whole form?
I have tried requery but this does not work - nor does repaint.
I have tried docmd.ref
I have multiple list boxes(listX) that may already be selected but I have
one list box (list2)that limits the next list box(list3) depending on what is
selected in it.
If I use me.refresh to update the list3 it works but the problem is it
refreshes listX also which I cannot have.
Each list box sets criteria for a query so I need them to stay.
I have tried requiry but this does nothing.
How can I refresh a control not the whole form?
I have tried requery but this does not work - nor does repaint.
I have tried docmd.ref