![]()
Name: Capture.PNG Views: 8 Size: 109.9 KB ID: 30293" class="thumbnail" style="float:CONFIG" />Greetings! I've got what I thought would be really easy at first, but is stumping me. Part of it I now know was due to a rookie mistake. I created a tool assemblies table and a separate one for assigning components using a unique ID field as the primary key that was also the tool naming convention we were using. Well, the trouble now is that we have changed our naming convention and I need to update the components table to reflect this. I have created a new column in the parent table and given all the assemblies a new unique ID. I also created a foreign key column in the child table. The question is, how do I use an update query to update the new id number in the child table where it matches the old id number from the parent?
Any help is appreciated!
Thanks,