Tim L
Registered User.
- Local time
- Today, 12:50
- Joined
- Sep 6, 2002
- Messages
- 414
I have exported 4 tables (my 'core' tables) from my database using TransferText\Export Delimited.
I now need to import the file(s) back into the same tables (either as back up or as part of the process to distribute the data - i.e: multiple users require the data (and records could be updated by the different users) but we only have sneakernet).
When I try and import the text file(s) using TransferText\ImportDelimited I get the error message:
I tried using RunCommand\Import, but this just starts the dialogue boxes that ask for the file name and then the rest of the wizard, which, causes errors due to duplicate key values, but still manages to produce the correct data in the table (i.e: merges new data in - but, I presume, could also overwrite current data if there are duplicate entries).
I would like the import process to be automated but do not know how to acheive it, can anyone help?
Tim.
ps: A similar post to this was previously made to the 'Macro' forum but has since been deleted as I felt that it was in the wrong forum.
I now need to import the file(s) back into the same tables (either as back up or as part of the process to distribute the data - i.e: multiple users require the data (and records could be updated by the different users) but we only have sneakernet).
When I try and import the text file(s) using TransferText\ImportDelimited I get the error message:
The tables have only been exported, not edited, they should therefore have same number of fields... Also, there is no mention of a field 'F1' in my text file (I never defined one called that).Field 'F1' doesn't exist in destination table '<tableName>.'
<DatabaseName> was unable to complete the append operation. The destination table must contain the same fields as the table you are pasting from.
I tried using RunCommand\Import, but this just starts the dialogue boxes that ask for the file name and then the rest of the wizard, which, causes errors due to duplicate key values, but still manages to produce the correct data in the table (i.e: merges new data in - but, I presume, could also overwrite current data if there are duplicate entries).
I would like the import process to be automated but do not know how to acheive it, can anyone help?
Tim.
ps: A similar post to this was previously made to the 'Macro' forum but has since been deleted as I felt that it was in the wrong forum.
Last edited: