I have a Database that has a Table named Tbl_Data.
Fields are
ID - AutoNumber Primary
Form ID - Number
Name of Submitter - Text
Originating Source - Text
Source ID - Text
Manager - text
Manager Usage Approved - Text
Contract Governance Person - Text
Contract Governance Approved - Text
These fields correspond exactly to the values in a Worksheet. The workbooks all contain a Worksheet named DBOutput. The range A2:H2 of the sheet DBOutput correlate perfectly to these fields. A2 = Form ID, B2 = Name of Submitter etc
I need a function that grabs every every Excel Workbook located in the folder C:\FirefighterForm
and takes the Excel Workook's sheet DBOutput Range A2:H2 and automatically appends it into Tbl_Data
How can I do this?
Fields are
ID - AutoNumber Primary
Form ID - Number
Name of Submitter - Text
Originating Source - Text
Source ID - Text
Manager - text
Manager Usage Approved - Text
Contract Governance Person - Text
Contract Governance Approved - Text
These fields correspond exactly to the values in a Worksheet. The workbooks all contain a Worksheet named DBOutput. The range A2:H2 of the sheet DBOutput correlate perfectly to these fields. A2 = Form ID, B2 = Name of Submitter etc
I need a function that grabs every every Excel Workbook located in the folder C:\FirefighterForm
and takes the Excel Workook's sheet DBOutput Range A2:H2 and automatically appends it into Tbl_Data
How can I do this?