I have an access database that I am working on. What I want to be able to do it import an excel sheet into the database using some vba to make it easier for someone else to update a table of mine. Right now I have updated this table using the Import & Link under the External Data. Every so often we get a new excel list of agents that needs to be imported into the database. I have coded the database to use the default field names as everytime we import it will never change. I have found online that I can use "TransferSpreadsheet" when I tried but I don't see what am I doing wrong and part of me thinks I need to load a references under VBA. Please advise.