List box not update right away

K

Kyle

I have a list box on my form. The information enter in the
form does not appear on the list box right away. I have to
close the form & reopen before the list being updated.

Is there a solution to this problem. Thanks for any help.
 
D

Dan Artuso

Hi,
The usual way is to requery the listbox:
Me.yourListbox.Requery

I'm not sure which event to tell you to put it in without knowing a
bit more about your form setup but you could try the On Current event
or the form's After Update
 

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

Top