I like to update an access 2013 table with data from excel. I use the update query. An older similar post is available, but was too old to reply.
The issue is that it doesn’t work in all cases.
I have access linked to a sharepoint list (SPL). The SPL list itself is the main data source, however for updating and manipulating the list I find Access much easier. Since not every customer has sharepoint access we use excel as the medium to request and provide data. The excel workbook is directly generated from the SPL.
When the updated excel work books are received I need to update the Access source table (the one connected to sharepoint).
I use the update query. 1) I choose both tables. I connect the primary key ID with the ID of the Excel table. I choose the source field in the update column and I choose the relevant field from the excel table to update my source field. So far it looks like it should work. However it results in an error ” data cannot be inserted because there is no matching record”. However when I make a selection query (same way as above without the update option) it neatly displays the connected ID (primary key) and the two fields I like to manipulate. I tried both the “linked” and “copy into new table” options. When I just generate a new excel sheet from scratch and use an ID number that exists in the source table and for example add a data column it works flawlessly. Any ideas?