I am making a form for customer company information. I want to be able to put the contact as a combo box with a separate contact form to show all contacts for a particular company. The each time we add an entry for this company we can select a contact for that particular job. But my combo box shows all contacts, not just contacts I have linked to that company. I have seen post for selecting the content of the combo based on another combo on the form, but I am trying to base it on the primary key of the current record. Does anyone have any ideas?