M
MMR
Software: Access 2003
Problem: We export Access reports in Rich Text Format (.rft) using the
"OutputTo" command shown below. It works fine except the memo fields get
truncated sporadically (i.e., not all of them and not every time; seems to be
based on the amount of characters). I have read several threads on the NET
about this type of problem. The memo fields are NOT being cut off
consistently at 255 characters (i.e., as a string) and the report and the
table upon which it is base are NOT grouped and do NOT have any criteria;
factors often cited as the cause of memo truncation problems. These are
letters so dumping the data into .csv, fixed-width, etc. formats are not
viable options. Below is the command string from the module that runs this:
DoCmd.OutputTo acOutputReport, "rptLettersofRepresentation", acFormatRTF,
strReport_OutPath & strDocName & " - " & Format(dtRunDate, "mmm d, yyyy h
mm") & ".doc", False
Question: Does anyone know of a reliable method of exporting memo fields
properly (i.e., without truncation) into .rtf documents?
Problem: We export Access reports in Rich Text Format (.rft) using the
"OutputTo" command shown below. It works fine except the memo fields get
truncated sporadically (i.e., not all of them and not every time; seems to be
based on the amount of characters). I have read several threads on the NET
about this type of problem. The memo fields are NOT being cut off
consistently at 255 characters (i.e., as a string) and the report and the
table upon which it is base are NOT grouped and do NOT have any criteria;
factors often cited as the cause of memo truncation problems. These are
letters so dumping the data into .csv, fixed-width, etc. formats are not
viable options. Below is the command string from the module that runs this:
DoCmd.OutputTo acOutputReport, "rptLettersofRepresentation", acFormatRTF,
strReport_OutPath & strDocName & " - " & Format(dtRunDate, "mmm d, yyyy h
mm") & ".doc", False
Question: Does anyone know of a reliable method of exporting memo fields
properly (i.e., without truncation) into .rtf documents?