Alright, so basically I have one major table that includes every part number with some basic information. Then, I need other tables which will have more specific information for each part number. So my question is... how can I add/edit a part number in the major table and have that update in the other tables? I feel like an update query is not the answer.
P.S. My final goal is to have different tabs in a navigation form that have information from each table that can be edited and used for calculations. Any help is appreciated. Thank you!