I have a multitude of files to import. I've set up a subroutine to import them all to MS-Access using TransferSpreadsheet. It works reasonably well for my needs however, I have two challenges:
When it runs, Access will generate import-error-tables but the name of the import-error-tables contain the "spreadsheet-range" in the import-error-table-name rather than the import-file-name. Is there a way to get Access to generate the import-error-tables with the file-name rather then the spreadsheet-range-name?
Does TransferSpreadsheet offer any sort of flags or error messages that will alert my subroutine that import-error-tables have been generated as result of the TransferSpreadsheet command? I would like to capture the flag to a log report for each file transfered.
Thanks,
mike
When it runs, Access will generate import-error-tables but the name of the import-error-tables contain the "spreadsheet-range" in the import-error-table-name rather than the import-file-name. Is there a way to get Access to generate the import-error-tables with the file-name rather then the spreadsheet-range-name?
Does TransferSpreadsheet offer any sort of flags or error messages that will alert my subroutine that import-error-tables have been generated as result of the TransferSpreadsheet command? I would like to capture the flag to a log report for each file transfered.
Thanks,
mike