how to keep two tables updated

J

joyo

I have two tables that need to be linked together so that
when one record is updated the other will automatically
update.

How to do this.

Thanks

joyo
 
R

Rick B

You should have differnt data in each table, so how would 'updating' one
cause the other to change? If you 'update' the customer's address in one
table, it should not affect any of the other customer information in the
second table. Please explain further.

Rick B

I have two tables that need to be linked together so that
when one record is updated the other will automatically
update.

How to do this.

Thanks

joyo
 
Top