Form Field Limiting Characters for Memo Type?

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

Guest

I have a form field that is referencing a field in a table that is set to
MEMO type. However, when I enter data into the form field, there is a limit
to the number of characters that are allowed.

Is this a limitation of Access? If not, how do I get around this?

Thank you in advance for your help.

G
 
The text box should be about to accept around 64000 characters of text in
all versions of Access. That's around 8 letter-sized pages of single-spaced,
printed text. Are you inserting more than that?
 
No, we're maxing out at 255 characters.

Allen Browne said:
The text box should be about to accept around 64000 characters of text in
all versions of Access. That's around 8 letter-sized pages of single-spaced,
printed text. Are you inserting more than that?
 
Remove anything from the Format property of the text box on the report, and
anything in the Format property of the field in the table.

If that is not the issue, perhaps the form is based on a query that performs
some kind of aggregation, e.g. a DISTINCT predicate or GROUP BY clause.
 

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

Similar Threads

Memo Field Limits??? 5
memo field is limiting characters 1
Text Box Char Limit 5
MEMO Field cut off on Form 3
Limiting memo field in form... 3
Memo Field 4
Memo fields 3
I cannot enter any more text in memo field 3

Back
Top