Have two tables
table1
name ssid location network
table2
name ssid location network firstname lastname
SSID is unique on both tables.When name,location or network are modified on table1 I would like table2 to be updated with the new values.(Only table 1 changes).
this could be on a needed bases or right away
Your input is appreciated
Mike