Memo Field Truncating

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

Guest

On a form I have three memo fields which append via a query to a SQL table -
these fields in SQL are also memo fields. When one enters data in any of the
3 fields on the form and tabs off of it the data is truncated down to I
imagine 255. Can anyone explain to me how I can stop this from happening?
What am I doing wrong?

Thanks!
 
Do you have an Input Mask, or any Format set for the text boxes? If so,
remove them.
 
Back
Top