For a project review, an Excel template is sent to multiple people. Each person fills out this file and returns it. Within the Excel file, there are multiple worksheet of information that are imported into Access. These worksheets are setup to match the formats and field types of the Access tables they would be imported into. For each Excel file that is filled out, there is a possibility of 10 seperate worksheets that would be imported. There is no defined location for these files to be stored because these project reviews are not done regularly. Rather than having users fight with the import wizard (trying to dummy proof this as much as possible), I am looking to create a button that does the following:
1. Prompt the user to browse in order to select a specific file (ex: C:\2004 Reviews\Solo.xls)
2. Based on the selected file, import the worksheet "Access_Supplier_Info" into the table "PS_Supplier_Info"
If I can get coding to get one of these imports to work, it should be easy enough to modify it from importing "Worksheet A into Table A" to importing "Worksheet B into Table B." I'm just lost on the user browsing for a file, auto-specifying a worksheet to be imported & even getting the TransferSpreadsheet action or method to work.
1. Prompt the user to browse in order to select a specific file (ex: C:\2004 Reviews\Solo.xls)
2. Based on the selected file, import the worksheet "Access_Supplier_Info" into the table "PS_Supplier_Info"
If I can get coding to get one of these imports to work, it should be easy enough to modify it from importing "Worksheet A into Table A" to importing "Worksheet B into Table B." I'm just lost on the user browsing for a file, auto-specifying a worksheet to be imported & even getting the TransferSpreadsheet action or method to work.