Hi,
My select statement is:
Select field1,filed2 from Table1 to file Text1.txt
I have problem to parse this text file corectly in Excel sheet when field has more the one word with spaces, the whole thing is messed up then.(I use space as delimiter)
Is there any function that takes this spaces from (If field value is Ford Taurus 97 to be FordTaurus97) so I can include it in my select statement or any other idea will be welcome
Thanks in advance,
Lyn
My select statement is:
Select field1,filed2 from Table1 to file Text1.txt
I have problem to parse this text file corectly in Excel sheet when field has more the one word with spaces, the whole thing is messed up then.(I use space as delimiter)
Is there any function that takes this spaces from (If field value is Ford Taurus 97 to be FordTaurus97) so I can include it in my select statement or any other idea will be welcome
Thanks in advance,
Lyn