Hi,
I'm struggling to import a spreadsheet into access via a command button.
The idea is to give the user an option to select a spreadsheet and that will then be imported into a already defined table called TestData.
I currently have the below but its just giving errors.
DoCmd.TransferSpreadsheet acExport, TestData
Can anyone provide any assistance please?
Thanks,
Ian.
I'm struggling to import a spreadsheet into access via a command button.
The idea is to give the user an option to select a spreadsheet and that will then be imported into a already defined table called TestData.
I currently have the below but its just giving errors.
DoCmd.TransferSpreadsheet acExport, TestData
Can anyone provide any assistance please?
Thanks,
Ian.