On a form I have two bound combo boxes. I want to limit values displayed in the second combo box based on the user selection from the first combo box. The field (field A)that the first combo box is bound to is the primary key of table A. Table A is related to table B via this field in a one-to-many relationship. The second combo is bound to another field (field B) in table B. After the user selects a value from the first combo box (x), I would like the second combo box to only display values in field B of records in table B with a value of x in field A of the same record.