Hi. I would like to import an excel spreadsheet into access table firstly by allowing the user to press a browse button which will open up a file dialog box, I would also like to have the filepath displayed on a text field. Then when the user clicks the import button, it will import the excel sheet into an exisiting table. The excel sheet will be imported to the same table everytime.
I am able to get the file dialog to show up when the browse button is clicked and also the file path to show up on the text, but not too sure how to do the importing function. Is it possible to read the file path from the text field for the import function?
I'm don't know VBA very well, so any help would be good!
Thanks for you help
I am able to get the file dialog to show up when the browse button is clicked and also the file path to show up on the text, but not too sure how to do the importing function. Is it possible to read the file path from the text field for the import function?
I'm don't know VBA very well, so any help would be good!
Thanks for you help
Last edited: