unbound listbox in subform update? (Access 2000)

  • Thread starter Thread starter Geronimo
  • Start date Start date
G

Geronimo

Hi

How can I make a unbound listbox in a subform to recalc after I have
selected a value in a listbox in masterform? The bound fields are ok, linked
fields also, but the listbox don't update.

Thx
MK
 
use the .requery function in the parent forms listbox afterupdate event to
update the listbox in the subform.
 

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