Two DBLookupComboBoxes on the Form: DBLookupComboBox1 connected with "parent" Table (for instance: Countries), DBLookupComboBox2 with "child" Table (for instance: Cities).
DBLookupComboBox1 is just for easier selection (has just ListSource/ListField), and DBLookupComboBox2 actually writes (has DataSource/DataField) in the third Table (for instance: Customers). Now:
How to "enforce" DBLookupComboBox1 to display correct Country, when Customers are browsed.
Thanks in advance!
DBLookupComboBox1 is just for easier selection (has just ListSource/ListField), and DBLookupComboBox2 actually writes (has DataSource/DataField) in the third Table (for instance: Customers). Now:
How to "enforce" DBLookupComboBox1 to display correct Country, when Customers are browsed.
Thanks in advance!