remain the relationship

C

clara

Hi all,

When I updating a table by importing a new one, how can i reamin the
relationship between the other existing tables

Clara
 
J

Jason Lepack

Instead of dropping the old table and creating a new one, why not just
delete the records from the old one, and import the new records?
 
Top