Hello, thank you for your reply, unfortunately I can't get as far as importing the records, as soon as access comes across the triple quotes it just truncates the field and moves to the next record. If I could just import the whole record I would be happy, but I only get half of it...
Thanks
Steph
Main Topics
Browse All Topics





by: shanesuebsahakarnPosted on 2004-12-02 at 04:52:59ID: 12725139
The only way I can see to do this is to import the file with the quotes intact. You can then run a query to remove the quotes from the table:
Chr(34),"" ), MyField2=Replace(MyField2, Chr(34),"" )...etc...
UPDATE MyTable SET MyField1=Replace(MyField1,