JonathanVickers
Hi,
I'm struggling to import from an excel spreadsheet into foxpro. The problem is there's a "remarks" column in the xls which may contain more than 255 characters, so I want to import that column as a memo field.
I've tried using APPEND FROM, but that's just putting nulls in the field.
I've also tried IMPORT, but that just gives me a character field.
I've tried setting up an ODBC connection - that gives me the memo field, but never with more than 255 charcters in it.
And I've tried going through access, all to no avail.
Any advice gratefully received!