Updating Combobox query

  • Thread starter Thread starter Steve
  • Start date Start date
S

Steve

I have a form with an unbound combobox which has a rowsource based on a
query tied to the Index field of the underlying dataset. I would like
to update the combobox rowsource whenever I move through the records.
It doesn't seem to work if I use the [MASTER].Change property. What
event gets triggered when I change records or "Find" a record that I can
use to update this property?

Thanks

Steve
 
Back
Top