unbound listbox in subform update? (Access 2000)

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
 
B

Bill Taylor

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