I have one table that contains all the base data for parts that I have. Numerous fields identify a part. No one category can 100% define it. I have another chart that I want to link to each part in the main table. I am going to be inserting values as parts are inserted or removed for use. In the resources that I was looking at, it said I was supposed to match the primary key in the main table to the matching field in the other. For both tables, though, the primary keys are just auto numbers that really have no significance. Any help would be greatly appreciated. Eventually I would like to set up the two tables so when I input values into the minor chart as parts are taken or returned, it automatically updates values in the primary table. Is there any specific matching I should be doing now for setting that up? Thanks!