Results 1 to 7 of 7
  1. #1
    NateH is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Sep 2016
    Posts
    5

    Property value is too large

    I was asked to help someone in my office who got an error message while using an Access MDB that she uses regularly, and had never previously had a problem with. The error message was “Property value is


    too large.”
    When I clicked the "help" button, I also got this: “Property setting cannot be larger than 2K. (Error 3309) You are trying to set a property value of an object to a size greater than the largest permissible size of 2K. Shorten the length of the property value.”

    It was an update statement that prompted this error. Here is the SQL view of it:

    UPDATE [Address Master] INNER JOIN 60DAY1651 ON [Address Master].[District Number] = [60DAY1651].[District Number] SET 60DAY1651.[District Name] = [Address Master].[District Name], 60DAY1651.[District Address] = [Address Master].[District Address], 60DAY1651.[District City] = [Address Master].[District City], 60DAY1651.[District State] = [Address Master].[District State], 60DAY1651.[District Zip] = [Address Master].[District Zip], 60DAY1651.[Phone Number] = [Address Master].[Phone Number];

    I've looked up this error message online, and it seems that people frequently encounter it when using a table with too many fields, but that's not the case here. "Address Master" has seven fields and "60DAY1651" has 23 fields.

    But there are a lot of tables in the DB--720+. The database has a size of about 613MB.

    It's not clear to me what property value is the problem here. To make matters more confusing, when I tried running the update statement, it worked--no error. So then a created a new table and a new update statement, executed, and got the same error. But then I tried again, and it worked fine a minute later. Anyone have any idea what's going on here?

    Thanks,
    Nate

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,549
    Are you using any memo fields?
    If you have 23 fields ,your db may be designed wrong.
    instead of a table with dozens of fields ,you may try a more normalized table approach...
    la table with 3 fields,
    keyID,date,value ..


    your tables may not be normalized.

  3. #3
    NateH is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Sep 2016
    Posts
    5
    No, no memo fields.

    And no, it is not a particularly well-designed DB. But I don't think that the 23 fields in the table are a problem. The 720+ tables are more of an issue, as I see it.

    Nate



    Quote Originally Posted by ranman256 View Post
    Are you using any memo fields?
    If you have 23 fields ,your db may be designed wrong.
    instead of a table with dozens of fields ,you may try a more normalized table approach...
    la table with 3 fields,
    keyID,date,value ..


    your tables may not be normalized.

  4. #4
    John_G is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    Oct 2011
    Location
    Ottawa, ON (area)
    Posts
    2,615
    First thing to try is a compact-and-repair.

    Is this a multi-user database which is not split? That is virtually guaranteed to cause trouble eventually.

    I don't see an issue with the number of tables - an A2010 can contain 32K+ objects.

  5. #5
    ssanfu is offline Master of Nothing
    Windows XP Access 2010 32bit
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Something to watch out for/be aware of:
    "Address Master" has seven fields and "60DAY1651" has 23 fields.
    Should NOT use spaces in object names. ("Address Master")
    Should NOT begin object names with a number. ("60DAY1651")
    The Access gnomes can get persnickety with a number as the first character of a name.


    Not saying that these are the cause of the problem...... but they have/do cause problems.......

  6. #6
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,845
    The Access gnomes can get persnickety
    and more so as time goes on - often see this sort of thing when users upgrade from one access version to the next. And the thing is, the error message generated is often total unrelated to the problem. e.g. 'your shoes are too small' gets reported as 'your hat's on back to front'

  7. #7
    ssanfu is offline Master of Nothing
    Windows XP Access 2010 32bit
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    'your shoes are too small' gets reported as 'your hat's on back to front'
    Now that's funny!!

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Database - Property value too large
    By jenna36 in forum Database Design
    Replies: 1
    Last Post: 08-03-2015, 12:49 PM
  2. Property value is too large
    By Jean Kipling in forum Database Design
    Replies: 3
    Last Post: 01-30-2013, 05:04 PM
  3. Property value is too large.
    By foru in forum Access
    Replies: 9
    Last Post: 06-28-2011, 03:55 PM
  4. Replies: 11
    Last Post: 11-26-2010, 10:53 PM
  5. getting error message property value is too large
    By colotazzman in forum Database Design
    Replies: 1
    Last Post: 05-22-2010, 04:58 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums