token_remedie
Registered User.
- Local time
- Tomorrow, 03:12
- Joined
- Jul 7, 2011
- Messages
- 78
bit of a noob here, I've got an import function to import different spreadsheets to access, but the field names are slightly different all the time from sheet to sheet.
so what's the best way to get my data into a main table appending to the same columns that already exist in the table?
at the moment everything comes into an import table, if there's a way to check column names and run queries against all that - it would probably work. Also can I have a primary key that works across all tables for one record? so that i can change somethings in a record in one table but they wont change in the main table?
so what's the best way to get my data into a main table appending to the same columns that already exist in the table?
at the moment everything comes into an import table, if there's a way to check column names and run queries against all that - it would probably work. Also can I have a primary key that works across all tables for one record? so that i can change somethings in a record in one table but they wont change in the main table?