How to Update tables ?

A

ANSWER

Hi,

I have database with 20 tables, CODE (long integer)is primary key for all of
them but half of the tables is linked indirectly to the main tables CODE.
That works great until I had to change that number. Just directly linked
tables have changed their CODE but not indirectly tables (half of them). Can
I make something like update query or something like that. If you know more
solutions please tell me.

Thanks
 
Top