Form -> Subform with list

G

Guest

I have a form with a bounded Text Box (country).
I have a sub_form with an unbounded list (city)...

Every works well but navigation.

How can I update the list into the subform every time I click a button in
the in the Navigation Buttons Bar (fist record, previus record, next record,
last record)???

Thnks for your help!
 
G

Guest

Sounds like you need to requery your listbox. In the On_Current event of your
main form put;

Me!NameOfYourSubform!NameOfYourListbox.Requery

HTH
 

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