list box requery

I

iccsi

I use MyList.Requery to refresh my list box row source.
It only refresh data first time.
I have requery code on combo box AfterUpdate. It seems the list box
only refresh first time.
It does not requery my data after first time change data.
It seems the code working, but for some reason, maybe the property
set, it only does first time.


Your information is great appreciated,
 
J

Jeanette Cunningham

If MyList is the name of the list box, try

Me.MyList.Requery on the after update of the combo box.


Jeanette Cunningham MS Access MVP -- Melbourne Victoria Australia
 

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