Quote:
quote:Originally posted by robzyc
Sounds like Serrano is right, the system has its resources tied up processing the ListBox refresh. This
is due to the Single-threaded nature of VB/VBA.
|
Well, no, that's not what I said. I suggested that Brendan refresh ONLY the listbox row source instead of the whole subform source object. It'd mean less data to update. So...
So not
Me.MySubForm.Form.Requery
It'd be more like
Me.MySubForm.Form.MyListBox.Requery
Greg Serrano
Michigan Dept. of Environmental Quality, Air Quality Division