Is it possible to set up a text import into Access whereby any rows with a particular primary key within a table are updated with the new values, and if the row doesn't exist within the table, append the new one. Here is an example:
Access Table Sample Before Import
PrimKey Name Phone #
123A John 212-555-1212
121A Sam 516-555-1212
Text File XYZ to Import
PrimKey Name Phone #
123A John 718-555-1212
124A Mark 914-555-1212
Desired Results after Import in Access Table Sample
PrimKey Name Phone #
123A John 718-555-1212
124A Mark 914-555-1212
121A Sam 516-555-1212
Any help provided is much appreciated!
Access Table Sample Before Import
PrimKey Name Phone #
123A John 212-555-1212
121A Sam 516-555-1212
Text File XYZ to Import
PrimKey Name Phone #
123A John 718-555-1212
124A Mark 914-555-1212
Desired Results after Import in Access Table Sample
PrimKey Name Phone #
123A John 718-555-1212
124A Mark 914-555-1212
121A Sam 516-555-1212
Any help provided is much appreciated!