I have a large Access database that houses BOM Service Parts data.
1. BUSINESS PROCESS:
- North American Headquarters is notified that a part is no longer an active
production part. Part now becomes a service part
- Upon notification Service Part Specialist goes into Production BOM System
and pulls out the information with regards to this part
- System automatically saves the information to an excel spreadsheet in a
predefined directory
2. I have built an excel application that goes out and reads all files in that
predefined directory
- Macros read the directory
- Opens the files
- Applies business logic
- Formats the data
- Merges all data into one import file
Once all of the files have been incorporated into a single spreadsheet that sheet needs to be appended to the applicable database tables.
How would you recommend I do this such that the macro
- Opens the Access database
- Appends the records to the appropriate table
- Kicks off the queries within access
[/list]
1. BUSINESS PROCESS:
- North American Headquarters is notified that a part is no longer an active
production part. Part now becomes a service part
- Upon notification Service Part Specialist goes into Production BOM System
and pulls out the information with regards to this part
- System automatically saves the information to an excel spreadsheet in a
predefined directory
2. I have built an excel application that goes out and reads all files in that
predefined directory
- Macros read the directory
- Opens the files
- Applies business logic
- Formats the data
- Merges all data into one import file
Once all of the files have been incorporated into a single spreadsheet that sheet needs to be appended to the applicable database tables.
How would you recommend I do this such that the macro
- Opens the Access database
- Appends the records to the appropriate table
- Kicks off the queries within access
[/list]