I have Multiple tables. For the sake of simplifying things there is one with Specs, one with Materials, and on with Part Numbers. There can be multiple specs for one part number and multiple materials for one part number. Is there any way that I can have all three tables have a primary key without using auto numbers. I want the primary key to be the spec number, the material number, and the part number. I want to create multiple, non designated fields in the part number table and have VBA search through each field and find the matching ones in the specs and materials tables, then spit those numbers out onto forms sorted by part numbers. Right now I have been just had multiple part numbers (one for each spec, and one for each material), but I would love to avoid this because if a part number changes I want the change to carry over to the other two tables. I have tried loops, recordsets, and a lot of web browsing and no one seems to have the same problem as me. Please help if this is at all possible.
Rick
Rick