It makes sense and you can still do as I recommended. Let me explain.
[ol][li]Start the Link Text Wizard and choose the file.
[li]Select Fixed
Width
[li]On the next screen, mark the field breaks including column 1082. Remove all field breaks after column 1082.
[li]On the next screen set up the first 1082 characters for import. Mark the field after 1082 as Do not import (
Skip
[li]Click Next and on the next screen type a table name.
[li]Click finish.[/ol]Now we will link the table again.[ol][li]Start the Link Text Wizard and choose the file.
[li]Select
Delimited
[li]Choose the delimiter ";"
[li]On the next screen set up the characters after 1081 for import. Mark the field before 1082 as Do not import (
Skip
[li]Click Next and on the next screen type a table name.
[li]Click finish.[/ol]You now have two tables, one displaying the data upto 1082 and the other displaying the data after.
I've just tested this technique and found that if I open both tables at the same time, I get the layout of whichever was opened first. So this technique is limited in that yo can't open both links to one table at the same time. You can work around that limitation by copying the file and linking one file as fixed width and the other as delimited.
I hope this helps. It's only one suggestion. You could also import the file to a table and parse it with queries or code. You could read each line of the table in a module, parse the line and insert into a table. There are numerous possibilities. Terry
------------------------------------
Experience is the hardest kind of teacher. It gives you the test first, and the lesson afterward.