Currently I have the following set up in a Master Excel document: (doc name: Quoting Master)

This spreadsheet is used to calculate Quotes. Each Quote has its own Quote # and the Excel document is renamed for each Quote generated (doc name: Quoting Master 8202) and saved in its Quote Folder (folder name: Quotes/"Customer Name"/"year"/"Quote #")

I'd like to create the following:
- A button on the Quoting Master template so that when the document is completed, the button can be pressed, and the data is exported/imported into Microsoft Access.
Quoting Master document is kept in file folder Quotes/01-Template/Quoting Master.xlsm
Access database is kept in a different folder database/Kam Wire ERP Database.accdb
The data will be put into a table: tblQuoteData. This way the information can be pulled based on the Quote Form.
The Quote Data button on the Quote Logs Form will then pull a query pertaining to this spreadsheet data.

Is there an easy way to do this?