A
amywolfie
There is a feature in FileMaker which allows you to create a
relational value list (i.e., values which populate the list are based
on a relationship).
Is there an equivalent in Access 2007?
I have a Find control -- unbound combo box for States (cboState)
I need another Find control -- County -- preferably another combo
(cboCounty) which displays only those counties linked to a given state
once it's selected in cboState.
I do have PK_State from tblState linked to fk_State in tblCounties in
a one-to-many.
Relationship is OK -- I need the technique for a relational combo.
Can be Access, VBA, etc.
Thanks!
===
relational value list (i.e., values which populate the list are based
on a relationship).
Is there an equivalent in Access 2007?
I have a Find control -- unbound combo box for States (cboState)
I need another Find control -- County -- preferably another combo
(cboCounty) which displays only those counties linked to a given state
once it's selected in cboState.
I do have PK_State from tblState linked to fk_State in tblCounties in
a one-to-many.
Relationship is OK -- I need the technique for a relational combo.
Can be Access, VBA, etc.
Thanks!
===