Thanks to all who have helped in my previous question - that solved the problem instantly - the problem was here
I have a tabel structure created from various (100+) delimited files. I know this is not ideal but I have to work with what I have, cannot use type csv. The files are delimeted with TABS "chr(9)". When I use the following code two things happen:
1. The table structure I automatically created has truncated fieldnames (max 10characters). The text file to be imported's fields are delimited in the same order as the table. However, the append command does not place it in the right order in the table, i.e. patcode is placed at mycode (names for illustration).
2. I also notice that the browse view is not ordered in the same way as the table structure, does this matter?
Any ideas appreciated!!!!
I have a tabel structure created from various (100+) delimited files. I know this is not ideal but I have to work with what I have, cannot use type csv. The files are delimeted with TABS "chr(9)". When I use the following code two things happen:
Code:
Append from log.txt Delimited with Tab
1. The table structure I automatically created has truncated fieldnames (max 10characters). The text file to be imported's fields are delimited in the same order as the table. However, the append command does not place it in the right order in the table, i.e. patcode is placed at mycode (names for illustration).
2. I also notice that the browse view is not ordered in the same way as the table structure, does this matter?
Any ideas appreciated!!!!