G
Guest
I have two databases that I want to keep the data exactly the same, but I
want to keep one database password protected for data integrity reasons.
When updates are made to the tables in the passworded copy (about 15 tables),
I want a method to export those tables to the unpassworded copy. I want the
existing tables in that version to be overwritten with the updated ones I am
exporting.
What is the easiest and best method for doing this quickly w/o having to
delete and import or do massive appending. I have a lot of tables and there
are existing relationships.
want to keep one database password protected for data integrity reasons.
When updates are made to the tables in the passworded copy (about 15 tables),
I want a method to export those tables to the unpassworded copy. I want the
existing tables in that version to be overwritten with the updated ones I am
exporting.
What is the easiest and best method for doing this quickly w/o having to
delete and import or do massive appending. I have a lot of tables and there
are existing relationships.