How to update table_A only with new records from table_B
Hi I have One database(let's call it "master" and one copy of it ("slave".
As I enter data into the slave database, I need to update the master database with only new records.
They are basically same database( cotaining same tables).
How can I update only new records from the slave to the master database??
This shouldn't be too hard. I am sure this kinds of transactions are done a lot.
Can you help me??
Can this be done in MS access ?? or do i need to write some sql stuffs??
thanks you
ex)
master DB
----------
table A
name
address
slave DB
---------
table A_slave
name
address
QB
Hi I have One database(let's call it "master" and one copy of it ("slave".
As I enter data into the slave database, I need to update the master database with only new records.
They are basically same database( cotaining same tables).
How can I update only new records from the slave to the master database??
This shouldn't be too hard. I am sure this kinds of transactions are done a lot.
Can you help me??
Can this be done in MS access ?? or do i need to write some sql stuffs??
thanks you
ex)
master DB
----------
table A
name
address
slave DB
---------
table A_slave
name
address
QB