token_remedie
Registered User.
- Local time
- Tomorrow, 07:15
- Joined
- Jul 7, 2011
- Messages
- 78
Hey,
So I'm just brainstorming a little here and I need the foundation to be right which is where I've gone wrong in the past. I need a database to be able to read four dynamic spreadsheets but only one particular sheet of it, then filter or clean that data and ammend or add to an existing table in the db. So what I'm thinking is docmd.transferspreadsheet then dump that into a temporary table, compare serial numbers (it's an asset database) and if duplicate serial numbers then obviously it's an ammendment if no duplicate then it's a new entry and update the serial with the new details. clear the temp table so my forms and search functions all read from the one table. Do you think that's the best way?
So I'm just brainstorming a little here and I need the foundation to be right which is where I've gone wrong in the past. I need a database to be able to read four dynamic spreadsheets but only one particular sheet of it, then filter or clean that data and ammend or add to an existing table in the db. So what I'm thinking is docmd.transferspreadsheet then dump that into a temporary table, compare serial numbers (it's an asset database) and if duplicate serial numbers then obviously it's an ammendment if no duplicate then it's a new entry and update the serial with the new details. clear the temp table so my forms and search functions all read from the one table. Do you think that's the best way?