R
RobertB
Hi,
I've got a database with three tables, A, B, C.
Table A has an ID field and a name
Table B has a field related to table A ID and a value lookup to table C
Table C has a field related to table A ID and a value field
When presenting table B's subform, I want to limit a combo box drop down to
only those records in table C that are related to the record in table A that
the person is currently editing. I can't seem to solve that. I can easily
include all of the records in table C in the drop down, but not limit it to
what's related to the current record in table A.
Thanks!
I've got a database with three tables, A, B, C.
Table A has an ID field and a name
Table B has a field related to table A ID and a value lookup to table C
Table C has a field related to table A ID and a value field
When presenting table B's subform, I want to limit a combo box drop down to
only those records in table C that are related to the record in table A that
the person is currently editing. I can't seem to solve that. I can easily
include all of the records in table C in the drop down, but not limit it to
what's related to the current record in table A.
Thanks!