Link to home
Start Free TrialLog in
Avatar of vibale
vibale

asked on

Updating Records in multiple tables

I have a form which enters a customers address details in a table. It then asks if you would like to add the address into another table ( job address table).

The problem I have is, is that these records can then be edited (individually). How can I make it so that if one of the addresses (multiple fields) is edited, it will automatically uupdate the same record in the other table?

Thanks
Avatar of Rey Obrero (Capricorn1)
Rey Obrero (Capricorn1)
Flag of United States of America image

create table relationship

set the referntial integrity
Cascade delete
cascade update
Avatar of vibale
vibale

ASKER

Yeah but the records arent exactly the same, one table has a couple of extra fields, will it still work?
ASKER CERTIFIED SOLUTION
Avatar of Jeffrey Coachman
Jeffrey Coachman
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial