D
Doug MacDonald
I have a listbox bound to a table. When I update the
table data in VB the new value doesn't get displayed in
the listbox until I scroll the record out of and back into
view.
I have discoverd that if I reload the RowSourceType
with "Table/Query" programmatically after updating the
table the new data is displayed in the listbox.
Is there a better or more standard way to refresh a bound
listbox after updating the table?
table data in VB the new value doesn't get displayed in
the listbox until I scroll the record out of and back into
view.
I have discoverd that if I reload the RowSourceType
with "Table/Query" programmatically after updating the
table the new data is displayed in the listbox.
Is there a better or more standard way to refresh a bound
listbox after updating the table?