G
Guest
I took over a program developed in Access2000. During the export the memo
fields are truncated. I am new to Access programming and the developer is no
longer with the company. How can I stop the truncating. Here is the code
that does the export:
DoCmd.TransferDatabase acExport, "dBase III", "c:\tms\upload", acQuery,
"qryExp_ITO_All", ("cito.dbf"), False
Thanks
fields are truncated. I am new to Access programming and the developer is no
longer with the company. How can I stop the truncating. Here is the code
that does the export:
DoCmd.TransferDatabase acExport, "dBase III", "c:\tms\upload", acQuery,
"qryExp_ITO_All", ("cito.dbf"), False
Thanks