There is a table on a server from which I copied into my local
database. I don't want to update this table locally, I want it to be
controlled by the table that is on the server on a different database.
Linking is not an option as it is 2000 miles away and the connection is
not very fast. I would prefer to copy that table weekly into my local
database. Note these databases serve different functions.
Is there a way I can easily replace the old table with the updated
table without messing up the structure of my database (ie.
relationships).
TIA
database. I don't want to update this table locally, I want it to be
controlled by the table that is on the server on a different database.
Linking is not an option as it is 2000 miles away and the connection is
not very fast. I would prefer to copy that table weekly into my local
database. Note these databases serve different functions.
Is there a way I can easily replace the old table with the updated
table without messing up the structure of my database (ie.
relationships).
TIA
Comment