B
Brian
I am developing an Access app that imports the contents of a CSV file into a
DB2 database. All works fine except that there is a field call "Comments_RTF"
(presumably in rft format) in the DB2 database that appears in Access as an
OLE object. I tried simply appending the comments string from the Comments
field in the incoming CSV file, but all I got in the DB2 database was the
first letter of the string.
Do I have to create an actual .rtf file and then embed it (instead of link,
of course) into that field? If so, can anyone give me a head start on the
basic process?
DB2 database. All works fine except that there is a field call "Comments_RTF"
(presumably in rft format) in the DB2 database that appears in Access as an
OLE object. I tried simply appending the comments string from the Comments
field in the incoming CSV file, but all I got in the DB2 database was the
first letter of the string.
Do I have to create an actual .rtf file and then embed it (instead of link,
of course) into that field? If so, can anyone give me a head start on the
basic process?