Hello,
Currently, we have an Intranet running SQL server as the primary source of data.
We also have Access databases that hold employee information. We are still trying to phase out Access, but do not want to do it all at once.
I want to be able to import this data on a nightly basis or so, so that the new data updated in Access appears on the Intranet.
The problem is that it will not import the rows, as it cannot insert a duplicate key.
Is there a way to set it up so that it imports only new information into existing rows? Or insert a new row if it doesn't exist already? It appears to try to import everything, and bombs since it won't insert two of the same primary keys.
Thanks,
Currently, we have an Intranet running SQL server as the primary source of data.
We also have Access databases that hold employee information. We are still trying to phase out Access, but do not want to do it all at once.
I want to be able to import this data on a nightly basis or so, so that the new data updated in Access appears on the Intranet.
The problem is that it will not import the rows, as it cannot insert a duplicate key.
Is there a way to set it up so that it imports only new information into existing rows? Or insert a new row if it doesn't exist already? It appears to try to import everything, and bombs since it won't insert two of the same primary keys.
Thanks,