D
D Collins
Hello,
I have a main form with a subform. On the subform, I
have a list box that I want to use to display records
that match only the ID for the record I'm on. I only
want to see a list of contacts, for example, for that
ID. In the underlying source for the list box, I use
something like this in the criteria:
Forms!frmTheMainFormName!txtSomeID. It seems to only
find the first record's contacts and display them in the
list box for all the records.
Does the list box need to refresh based on the record
it's on?
Thanks, D.
I have a main form with a subform. On the subform, I
have a list box that I want to use to display records
that match only the ID for the record I'm on. I only
want to see a list of contacts, for example, for that
ID. In the underlying source for the list box, I use
something like this in the criteria:
Forms!frmTheMainFormName!txtSomeID. It seems to only
find the first record's contacts and display them in the
list box for all the records.
Does the list box need to refresh based on the record
it's on?
Thanks, D.