Results 1 to 4 of 4
  1. #1
    JayKe is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2012
    Location
    Tampa
    Posts
    2

    Question How Can I Exceed 255 Fields in a Table?

    Hello,


    This is my first ever post and I'm still somewhat of an Access novice.

    So please forgive me if I don't communicate my problem clearly.

    I built an Access Database (at work in Access 2007) that has over a thousand records. It contains two subforms. I constructed it as follows:

    • Built my MainForm (frmMain) to record report details (like serial number, title, date, time, etc.)
      • This data goes to MainTable (tblMain) and there's only one record per report

    • Built and inserted SubFormNames (frmNames) to record names in report
      • This contains multiple records {has its own table (tblNames)} and is linked to tblMain/frmMain by serial number

    • Built and inserted SubFormCharacteristics (frmCharacteristics) to record events and characteristics using one text box for narrative (e.g. suspect robbed bank on 12th and Second Street), multiple yes/no check boxes (e.g. Perpetrator armed?, Multiple perpetrators, etc....), and several multivalued fields.
      • This contains multiple records {has its own table (tblCharacteristics)} and is linked to tblMain/frmMain by serial number


    Here's my problem. I've reached the limit of 255 fields in the tblCharacteristics and I wish to add more characteristics.

    I created tblCharacteristics2 and tried adding those fields to tblCharacteristics but it doesn't work.

    I really don't want to create a frmCharacteristics 2 because all of my characteristics are alphabetized in frmCharacteristics and I would have to jump back and forth between the two subforms to enter my work. Additionally, I'm not sure how I could link the checkboxes in tblCharacteristics2 to the narrative in tblCharacteristics (or tblCharacteristics).

    I would really appreciate any help you can give me. ~Jayke

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    If you have reached 255 fields (this is unusual) then I suspect your data structure is not sufficiently normalized.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    John_G is offline VIP
    Windows XP Access 2003
    Join Date
    Oct 2011
    Location
    Ottawa, ON (area)
    Posts
    2,615
    The answer to your question - How can I exceed 255 fields in a table - is you can't.

    As June7 pointed out, your data may not be properly normalized. If it is normalized, than you will have to find a different structure to do what you need to do.

    If you post your table structure, we should be able to offer some suggestions.

    HTH

    John

  4. #4
    JayKe is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2012
    Location
    Tampa
    Posts
    2
    Thank you. I'll research the concept of "normalized" to see what I can do. I saw a note about providing the structure of the db to allow you to better help. Unfortunately, I'm not permitted to copy from my work computer to bring it home. But, if I could I would. I know it would only take folks like you only a few minutes to help me resolve my problem. Thanks again.

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

Similar Threads

  1. Replies: 1
    Last Post: 07-06-2012, 05:32 PM
  2. Replies: 11
    Last Post: 09-15-2011, 03:52 PM
  3. Replies: 1
    Last Post: 12-01-2010, 11:01 AM
  4. Replies: 5
    Last Post: 03-20-2010, 08:30 AM
  5. Replies: 3
    Last Post: 08-10-2009, 08:33 AM

Tags for this Thread

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