Why can't I insert more than 255 characters into a "memo" field? (Access 2003)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • betaphase
    New Member
    • Aug 2008
    • 1

    Why can't I insert more than 255 characters into a "memo" field? (Access 2003)

    I am new to Access and I'm having trouble with a database someone else created. I am wondring why I am not being able to insert more than 255 characters to a memo field in Access 2003.

    We need a field in our database to allow us to enter a short summary of the job we are referencing. I can format the "data type" of the entry to be a "memo" which I thought should give me plenty of space to get the summary in. I can set the field to "memo" in the table, and enter the data with no problem. Then, however, when I try to open the form for this table it won't open and says "the field is too small to accept the amount of data you attempted to add. please try insterting or pasting less data."
    This happens any time I try to add more than 255 characters to the field. I know that I am supposed to be able to enter up to 65,535 characters in to a memo. Is there something else I need to change to be able to do this?
  • RuralGuy
    Recognized Expert Contributor
    • Oct 2006
    • 375

    #2
    Maybe something in this link will help:
    Identifies the reasons why Memo fields may be truncated after 255 characters in queries or exports in Microsoft Access.

    Comment

    • Stewart Ross
      Recognized Expert Moderator Specialist
      • Feb 2008
      • 2545

      #3
      Hi BetaPhase, and Welcome to Bytes.

      In addition to the suggestions provided in the link RuralGuy gave, one other potential problem is if the table invollved is in fact a linked Excel table. Excel cannot store more than 255 text characters in a cell, no matter what type the Access end says the field is.

      -Stewart

      Comment

      • LBryant
        New Member
        • Mar 2008
        • 18

        #4
        This is in the "when all else fails" category". Did you try deleting the text box control and creating a new one from your memo field? Also, what happens if you write the field to the immediate window? Do you see all of the text?

        Comment

        • LTatWaddell
          New Member
          • Aug 2008
          • 1

          #5
          Originally posted by Stewart Ross Inverness
          Hi BetaPhase, and Welcome to Bytes.

          In addition to the suggestions provided in the link RuralGuy gave, one other potential problem is if the table invollved is in fact a linked Excel table. Excel cannot store more than 255 text characters in a cell, no matter what type the Access end says the field is.

          -Stewart
          Should removing the link to excel help resolving this issue? I import information from an excel spreadsheet.

          Comment

          • Stewart Ross
            Recognized Expert Moderator Specialist
            • Feb 2008
            • 2545

            #6
            Hi. If you can replace the Excel data by using an Access table directly you will undoubtedly resolve the memo issue. It is Excel which has the 255 character limit, not Access (whose memo fields will store 64k characters when entered into a table, and much more than this when filled via VBA code).

            -Stewart

            Comment

            Working...