D Dirk Goldgar Jul 3, 2009 #2 Thakur8385 said: how do i refresh data in a list box on click of a button.. Click to expand... Requery the list box. For example: Me.lstMyLisbox.Requery
Thakur8385 said: how do i refresh data in a list box on click of a button.. Click to expand... Requery the list box. For example: Me.lstMyLisbox.Requery
F fredg Jul 3, 2009 #3 how do i refresh data in a list box on click of a button.. Click to expand... Not much information to go on here. How does the list box get it's data? Try: Me.ListBoxName.Requery If this doesn't help, try posting back with a bit more information.
how do i refresh data in a list box on click of a button.. Click to expand... Not much information to go on here. How does the list box get it's data? Try: Me.ListBoxName.Requery If this doesn't help, try posting back with a bit more information.