Hi all,
I've figured out how to append data using VBA, it's this simple bit of code:
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel12, "NewMasterData", "Shortage List.xlsx", True
However, I want to do two things:
1) Prompt the user to select which file to import.
2) Not...