R
Renee
This should be a simple question, but I want to know if records get updated
when a primary key matches an existing record, or if those records are
ignored and only new records are processed.
My client wants a data dump of her online database to download and import
into her local Access database so she can run specific reports. The online
and local database have the same primary ids for the table in question.
However, she wants ONLY NEW RECORDS, and no overwritten data or updated
records from the online export.
I am dynamically creating the excel file (via PHP) and offering it for
download, but I need to make sure when she clicks 'import' it will only be
inserting records that don't already exist. If that's not true, is there a
way to turn off updates?
Your time and your help is appreciated.
Thanks,
-R
when a primary key matches an existing record, or if those records are
ignored and only new records are processed.
My client wants a data dump of her online database to download and import
into her local Access database so she can run specific reports. The online
and local database have the same primary ids for the table in question.
However, she wants ONLY NEW RECORDS, and no overwritten data or updated
records from the online export.
I am dynamically creating the excel file (via PHP) and offering it for
download, but I need to make sure when she clicks 'import' it will only be
inserting records that don't already exist. If that's not true, is there a
way to turn off updates?
Your time and your help is appreciated.
Thanks,
-R