Share via

Import data and append changes only

Anonymous
2016-02-18T17:23:16+00:00

Hi this must have been asked loads of times before but I cannot find an answer.

I have a linked Excel table in Access tblExcelClientImport, from this table I want to export the data changes only into my Access table tblClientData this would include any new records that were not present.

How do I go about this?  I can build Append and Update Queries but what does the criteria have to be to make this work?

Any help would be appreciated.

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Duane Hookom 26,825 Reputation points Volunteer Moderator
2016-02-18T17:57:22+00:00

Do you have match primary keys? Does your Excel table have a LastUpdated column?

I think I would import the Excel table into a temporary table in Access that has the same primary key. You could then create an update query. You could also create an append query that LEFT or RIGHT joins the two tables so you get all the records from the imported table.

Was this answer helpful?

0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2016-02-18T19:32:07+00:00

    I have a linked Excel table in Access tblExcelClientImport, from this table I want to export the data changes only into my Access table tblClientData this would include any new records that were not present.

    Just link it in  tblClientData as it can be linked in multiple Access databases.

    Was this answer helpful?

    0 comments No comments