R
Rex
I took over a program developed in Access 2000. Within the code it does an
export, and the memo field becomes truncated. I'm fairly new to Access
programming and the developer is no longer with the company. Looking for
some ideas. Here is the code that does the export.
DoCmd.TransferDatabase acExport, "dBase III", "c:\tms\upload", acQuery,
"qryExp_ITO_All", ("cito.dbf"), False
Thanks for any help,
Rex
export, and the memo field becomes truncated. I'm fairly new to Access
programming and the developer is no longer with the company. Looking for
some ideas. Here is the code that does the export.
DoCmd.TransferDatabase acExport, "dBase III", "c:\tms\upload", acQuery,
"qryExp_ITO_All", ("cito.dbf"), False
Thanks for any help,
Rex