Here goes nothing...
I have a form which the user can specify (or choose) the path to an excel spreadsheet they wish to import. They then click a button and an inputbox appears asking them what they want to call the table. Since the excel spreadsheet is already named I thought it might be a good idea to have that name default in the inputbox. This works fine. The problem is that the input box supplies the name of the spreadsheet and it's exstension (ex. Test.xls). Access will not allow Test.xls to be used for a table name. How can I make the file name appear without the extension?
Thank you in advance!
I have a form which the user can specify (or choose) the path to an excel spreadsheet they wish to import. They then click a button and an inputbox appears asking them what they want to call the table. Since the excel spreadsheet is already named I thought it might be a good idea to have that name default in the inputbox. This works fine. The problem is that the input box supplies the name of the spreadsheet and it's exstension (ex. Test.xls). Access will not allow Test.xls to be used for a table name. How can I make the file name appear without the extension?
Thank you in advance!