I have a form which as a textbox named "Core Serial Number"
I have a folder that contains two Excel spreadsheets, with the folder name, and the Excel spreadsheet name that are the same as the core serial number displayed in the text box.
e.g.
- Core Serial Number Displayed in textbox on form =
CAE540151
- Folder located on A:\ Drive =
CAE540151
- Excel worksheet located in folder =
CAE540151
.
The form is linked to a master Excel spreadsheet, which is updated daily, and any data that is changed in the master Excel spreadsheet is replicated on the form.
What I would like to do is creating a command button on the form that will allow me to open the Excel worksheet located in the folder on A:\
drive that corresponds to the core serial number displayed in the textbox.
Is this possible? I am using Access 2013