Memo field -> Maximum length

  • Hello,

    I always thought, that Memo fields in Access are limited to 65.536 characters.

    But it seems not so.

    In my table I have an example with 89454 (The len() statement says so).

    What is the limit? How many characters can a memo field have?

    Thanks for your help.

    Regards,

    Daniel

  • From Microsoft's Access specification(http://support.microsoft.com/kb/302524/en-us)

    Number of characters in a Memo field:

    65,535 when entering data through the user interface; 1 gigabyte of character storage when entering data programmatically

    This is probably due to the fact that a text box can only handle 65535 characters

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply