MikeDuffield
Registered User.
- Local time
- Today, 20:27
- Joined
- Aug 31, 2010
- Messages
- 50
Hi all,
I've figured out how to append data using VBA, it's this simple bit of code:
However, I want to do two things:
1) Prompt the user to select which file to import.
2) Not append any values that are already in the table.
Can anyone help please?
Thanks in advance,
Mike.
I've figured out how to append data using VBA, it's this simple bit of code:
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 append any values that are already in the table.
Can anyone help please?
Thanks in advance,
Mike.