I have a table "Orders" with 2 "lookup" fields "Bill_To" and "Ship_To" that get their values via lookups from a table "Customers". I have another table "Contacts" that has a "lookup" field "Customer_ID" and fields describing the rest of a street address. The idea is to be able to enter seperate bill to and ship to addresses on an orders form. I have the Orders form with "Bill_To" and "Ship_To" combobox controls and combobox controls for picking "Contacts" for each, but... How can I filter the "Contacts" comboboxes to show only "Bill_To" and "Ship_To"'s related contacts and how do I bind them to the correct parents("Bill_To" or "Ship_To")? P.S. When I look at the relationships window there are 2 Customer tables Customers (with a link to Contacts) and Customers1 with no link to Contacts.