I have a form for my Client table that has a combo box that selects a "creditor" from the Creditor table. I then have another combo box that selects a "contact" from the Contact table. There is a relationship built between the Creditor & Contact tables (creditorID). As it is, when I drop down the Contact combo box, it lists ALL contacts for ALL creditors - I would like to set up the Contact combo box to only display the Contacts that are relevant to the Creditor that has been selected.
Any advice would be appreciated!
Any advice would be appreciated!