I live in an MS Access world. I need to import data into a FoxPro DBF table.
I got the following feedback from the creator of that table. Before I get
into this, is there anything special I should know? Will an Access memo
field export to a DBase III DBF file and import into the FoxPro DBF memo
field without issue?
------------------------------------------------
The problem is going to be that Foxpro sees the Memo field in that DBF as a
true "memo" field. That is, you can not import or enter data directly into
that field. It has to be imported as a MEMO type in fox pro.
------------------------------------------------
thanks!