Listbox

  • Thread starter Thread starter Thakur8385
  • Start date Start date
Thakur8385 said:
how do i refresh data in a list box on click of a button..


Requery the list box. For example:

Me.lstMyLisbox.Requery
 
how do i refresh data in a list box on click of a button..

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top