Not all entered information is visible in table fields

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Text data entered into a form is truncated after about 200 characters in the
underlying table. The associated field in the table is a memo data type.
Subsequently, when a report is generated from the table, or a query, the data
is also truncated. Is there a way to set the field in the table to contain
all the text entered on the form?
 
Jim said:
Text data entered into a form is truncated after about 200 characters
in the underlying table. The associated field in the table is a memo
data type. Subsequently, when a report is generated from the table,
or a query, the data is also truncated. Is there a way to set the
field in the table to contain all the text entered on the form?

How sure are you that the text in the table is truncated? Did you open
the table directly and check out the field contents, or did you draw
your conclusions from the result of a query?
 
Back
Top