UPDATE column when a user renames data from another table

jennapaphornE

New Member
Hey guys, how the heck do I go about doing this.I have an address book I'm making and I'm trying to figure out how to tackle my groups. I let the users rename their groups at will. But then this complicates my life ;0I have 2 tables. \[code\]groups\[/code\] and \[code\]contacts\[/code\] the groups has the group names per user. the contacts has a \[code\]group\[/code\] column that says what group that contact entry belongs to.How can I rename a group from the \[code\]groups\[/code\] table and have the new name reflect in the \[code\]contacts\[/code\] table so everything matches up?
 
Back
Top