memo field truncates

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top