DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel9, strtblname2, Me.txtXLFIle.Value, True, "Access File!" (where do i put append in this?)
doing a little research i think what you might need to do is place the data in a temp table and then run an append query to attach the data from the temp table to the main table then delete the temp table
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.