T
Toys
Could someone please give me a simple explantion of how to setup a cascading
combo box for the following scenario: I have 3 tables, Customers, Branches,
and Faults. Customers has the field CustomerName; Branches has the fields
CustomerName (which it looks up from the Customer table) and BranchName;
Faults has the relevant field BranchName (which it looks up from the Branches
table). I have a form that has a combo box CustomerName and a subform (for
recording faults) with a combo box for BranchName. When I choose a customer,
I want only the relevant branches to appear.
PS. Please don't tell me to look up "Cascading Combo Box" as I already
have. This seems to be the refrain for simple questions and the more complex
questions have too complex answers. Thanks
combo box for the following scenario: I have 3 tables, Customers, Branches,
and Faults. Customers has the field CustomerName; Branches has the fields
CustomerName (which it looks up from the Customer table) and BranchName;
Faults has the relevant field BranchName (which it looks up from the Branches
table). I have a form that has a combo box CustomerName and a subform (for
recording faults) with a combo box for BranchName. When I choose a customer,
I want only the relevant branches to appear.
PS. Please don't tell me to look up "Cascading Combo Box" as I already
have. This seems to be the refrain for simple questions and the more complex
questions have too complex answers. Thanks