Kemidan2014
Board Regular
- Joined
- Apr 4, 2022
- Messages
- 229
- Office Version
- 365
- Platform
- Windows
All examples I have seen on the internet handle brand new data where existing table does not have any of the same information as the Excel data they want to import
When we Download our Data from customer to update new complaints we get an excel file with all the old + the new
My current table has 1156 records, the new Linked table has 1164 records. in my mind an append query should only append 8 rows but its telling me it wants to update 1164 records. I aborted because i do not want to clean up that mess if theres duplicates.
Field 1 called SerialNum is imported value that is serialized and never replicated.
What expression can i Add to the Criteria in this Feild of the Append query so that only NEW Rows of Data are filled into for NEW serial numbers?
After this procedure i plan to also run an UPDATE query so that certain values that we know change over time when we down load will be updated to for all previous records that have had change in status.
if there is a combined method to do this That would also be beneficial.
When we Download our Data from customer to update new complaints we get an excel file with all the old + the new
My current table has 1156 records, the new Linked table has 1164 records. in my mind an append query should only append 8 rows but its telling me it wants to update 1164 records. I aborted because i do not want to clean up that mess if theres duplicates.
Field 1 called SerialNum is imported value that is serialized and never replicated.
What expression can i Add to the Criteria in this Feild of the Append query so that only NEW Rows of Data are filled into for NEW serial numbers?
After this procedure i plan to also run an UPDATE query so that certain values that we know change over time when we down load will be updated to for all previous records that have had change in status.
if there is a combined method to do this That would also be beneficial.