arturreter
Registered User.
- Local time
- Today, 04:19
- Joined
- Sep 8, 2013
- Messages
- 15
Hello,
I wanted to import data from excel to access table via form button.
And I did it using DoCmd.TransferSpreadsheet.
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel8, "tbclients", strFileName, True
Now I want to import data from two different workbook sheets "costumer1" and "costumer2" to one access table. Is there a way to change/modyfy DoCmd.TransferSpreadsheet to do that?
I wanted to import data from excel to access table via form button.
And I did it using DoCmd.TransferSpreadsheet.
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel8, "tbclients", strFileName, True
Now I want to import data from two different workbook sheets "costumer1" and "costumer2" to one access table. Is there a way to change/modyfy DoCmd.TransferSpreadsheet to do that?