I'm sure this is already answered somewhere but didn't know what to look under to find it - sorry.
Let's say I have a table (1) of a list of projects carried out in 5 towns. I also have a table (2) with just those 5 towns listed and a one-to-many realationship with table (1).
I want to change the name of one town in table (2) with the desire that all of the corresponding lines in table (1) change town name as well.
When I try changing the name in table (2) it tells me I can't because of the relationship I have with table (1), but I don't want to remove the relationship because I want table (1) to update itself, too.
Can someone please tell me what I need to do to avoid having to manually update the first table which I would assume should be unnecessary.
Thanks!!
Let's say I have a table (1) of a list of projects carried out in 5 towns. I also have a table (2) with just those 5 towns listed and a one-to-many realationship with table (1).
I want to change the name of one town in table (2) with the desire that all of the corresponding lines in table (1) change town name as well.
When I try changing the name in table (2) it tells me I can't because of the relationship I have with table (1), but I don't want to remove the relationship because I want table (1) to update itself, too.
Can someone please tell me what I need to do to avoid having to manually update the first table which I would assume should be unnecessary.
Thanks!!