Results 1 to 4 of 4
  1. #1
    Merv is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2011
    Posts
    4

    Maxium fields

    Access 2007 specifications state that there can be 255 fields in a Table. I am trying to create a Table with 163 fields. When I try to save the Table I get a message that I have too many fields.


    What is my problem?

  2. #2
    ssanfu is offline Master of Nothing
    Windows 2K Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Quote Originally Posted by Merv View Post
    Access 2007 specifications state that there can be 255 fields in a Table. I am trying to create a Table with 163 fields. When I try to save the Table I get a message that I have too many fields.
    What is my problem?
    It's actually 255 fields over the lifetime of the table. So if you create a table with 250 fields, then delete 200, the most fields you can add is 5.
    To fix this, import the table into a new MDB. The new (old) table will then have a limit of 205 fields that can be added (255 minus the 50 old fields).

  3. #3
    SteveH2508 is offline Competent Performer
    Windows XP Access 2007
    Join Date
    Sep 2010
    Location
    Chelsea, London, England
    Posts
    116
    You may be hitting a problem with indexing. I believe that an index counts as a field in these circumstances (I stand to be proved wrong on this however).

    More worrying is your database set up. A 163 field table screams out to me that you have not normalised your data properly.

  4. #4
    khalid's Avatar
    khalid is offline MS-Access Developer
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2010
    Location
    Kuwait
    Posts
    244
    I am wonder for a Table with 163 fields this leads me to bad normalization of data and a BIG mess with data integrity and indexing.

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

Similar Threads

  1. Combine two fields, Null fields involved
    By yes sir in forum Access
    Replies: 9
    Last Post: 10-03-2010, 09:20 AM
  2. Replies: 5
    Last Post: 03-20-2010, 08:30 AM
  3. Replies: 3
    Last Post: 08-10-2009, 08:33 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