My guess is that this is a problem where Word tries to use the ODBC text
driver to get its data and fails because ODBC does not recognise the tilde
delimiter. A few things you could try:
a. rename the data source, e.g. using file extension ".dat".
b. replace all the tildes by tabs (e.g. use Word as a text editor)
c. use the ODBC admininistrator (have a look in Control panel) to configure
the text data source so that it expects tilde as a field delimiter for this
file. Although it's probably worth finding out if ODBC is installed and
whether a text data source has been set up, setting up a delimiter in this
way isn't entirely straightforward. However, ODBC just creates/maintains a
file called SCHEMA.INI in the same folder as the data source file, and you
can modify the SCHEMA.INI file directly in Notepad. What you need is a
"section" for your file name and a few items, probably as follows:
[yourfile.txt]
ColNameHeader=True
Format=Delimited(~)
MaxScanRows=25
CharacterSet=OEM
Peter Jamieson
> Hi,
>
[quoted text clipped - 15 lines]
>
> Richard
Richard - 04 Apr 2005 17:58 GMT
Thanks for your reply, I will give these a shot!
> My guess is that this is a problem where Word tries to use the ODBC text
> driver to get its data and fails because ODBC does not recognise the tilde
[quoted text clipped - 42 lines]
>>
>> Richard