List box on continuous form shows current record info.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I hvae a list box on a continuous form called lstCats. I would like the list
box to reflect the categories for each record, right now it only shows what's
applicable to the first record. It works fine in single forms when I add
me.lstCats.requery to the form's current event but not in continuous.

All help appreciated!

John
 
What is the record source for the list box, and is it bound to a field in the
underlying table?
Does the list box change when you move to (click on) another record?

(a different) John
 
Back
Top