I am probably not being clear at all and apologize! ... I will start from the beginning.
I have a table with Product Information, a table with Company list and a table called 'Selected' that holds the records created on the form. Selected, I am guessing, is where I need to set up the foreign keys you are talking about. Selected holds the Company Name(Primary Key in Company Table), Product Code(Primary Key in Product table), Quantity and a few other user provided fields. It is in this table that I would like to prevent duplicates of Company-Product combos.
Between our last posts I was playing around with the relationships to try and set up the foreign keys, but here is the problem. My Products table is actually a linked table to an Excel worksheet and therefore it won't let me choose a Join Type? How would I go about implementing your suggestions? Should I create a regular table that imports, rather than links, the data from Excel and then do the relationships? Thanks a ton for your help!!
Marco