I have a table in my database which will constantly be updated from downloads from a hospital. These downloads work in a similar way to the archive bit does with backups. It seems whenever there is activity in a patient's record, his/her record is tagged for export for the consulting companies... The problem I have is, I already have some of their information in my databse... so when I try to import the 'updated' information, I get a key violation and that's the end of it.
My question - Is there a way to tell Access to REPLACE the record causing the violation with the new one that you are importing?
The only way I can think to do this right now is to import the new data, then try to append my old table to that new imported one, so the key violation keeps out the old data.
Any better way to do this?
Thanks
Ian
My question - Is there a way to tell Access to REPLACE the record causing the violation with the new one that you are importing?
The only way I can think to do this right now is to import the new data, then try to append my old table to that new imported one, so the key violation keeps out the old data.
Any better way to do this?
Thanks
Ian