C
CW
I have seen other posts on this topic and tried the solutions but without
success, so here is my query:
I have tables for Inquiries, Companies and Contacts.
At some of the companies, there will be several contacts.
The Companies table is related to the Contacts table via CompanyID, with a
one to many (type 2) link.
On my Inquiries form I have a combo that allows selection of the Company
that is involved, and another combo for the Contact we are dealing with on
that particular Inquiry.
Having selected the Company, I want the Contacts shown in the Contacts combo
to be limited to just those at that Company (sometimes there'll be just the
one, sometimes several).
I would really appreciate advice on how to set up the combos on the form to
achieve what I want (and is my table structure OK?).
Many thanks
CW
success, so here is my query:
I have tables for Inquiries, Companies and Contacts.
At some of the companies, there will be several contacts.
The Companies table is related to the Contacts table via CompanyID, with a
one to many (type 2) link.
On my Inquiries form I have a combo that allows selection of the Company
that is involved, and another combo for the Contact we are dealing with on
that particular Inquiry.
Having selected the Company, I want the Contacts shown in the Contacts combo
to be limited to just those at that Company (sometimes there'll be just the
one, sometimes several).
I would really appreciate advice on how to set up the combos on the form to
achieve what I want (and is my table structure OK?).
Many thanks
CW