Form Field Limiting Characters for Memo Type?

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
 
A

Allen Browne

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?
 
G

Guest

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?
 
A

Allen Browne

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


Top