thisisntwally
CE&A
- Local time
- Today, 18:33
- Joined
- Jun 27, 2007
- Messages
- 246
I'd like to preface my question with a brief introduction to my situation. Since its creation, use of my mdb has been hesitant and spotty at best. I attribute this to my own failure to streamline the input features. The important part here is that some of the analysts have been choosing to log their information into excel files. Rather than forcing everyone to update this backlog one entry at a time into the database, I would like to see about doing this for them...
I plan on giving them until a future date to transfer their logs into standardized excel files to make this easier on myself. I will combine these so that im working with a single and ideally laid out spreadsheet.
From there I would like to import the files into the existing database, which is properly normalized, and has already seen some use.
There seem to be two approaches i've seen.
1. import the spreadsheet into a temporary table, then use an append query to relocate the cells into the proper tables.
2. use a VB script to import the data directly from the excel files into the appropriate tables. (can i do this, or do they all have to go into the same table?)
Q1 Are these my only options (neither sounds too terrible) or do any of you have a different technique by which one might come at this?
Q2 If not, and supposing that i use the programatic approach, does anyone forsee a problem in appending the data to the proper tables with VB? (I'm still exploring how this is done, and want to make sure im not wasting my time)
I plan on giving them until a future date to transfer their logs into standardized excel files to make this easier on myself. I will combine these so that im working with a single and ideally laid out spreadsheet.
From there I would like to import the files into the existing database, which is properly normalized, and has already seen some use.
There seem to be two approaches i've seen.
1. import the spreadsheet into a temporary table, then use an append query to relocate the cells into the proper tables.
2. use a VB script to import the data directly from the excel files into the appropriate tables. (can i do this, or do they all have to go into the same table?)
Q1 Are these my only options (neither sounds too terrible) or do any of you have a different technique by which one might come at this?
Q2 If not, and supposing that i use the programatic approach, does anyone forsee a problem in appending the data to the proper tables with VB? (I'm still exploring how this is done, and want to make sure im not wasting my time)
Last edited: