Results 1 to 8 of 8
  1. #1
    HackerMan is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    May 2018
    Posts
    7

    Form length limit and how to create multiple forms from one table that link to the primary key

    I am very new to access - I have many variables in one table and I need to add more to the form I've created.


    As the length of the form is set to 22 inches, I am unable to add the other fields I have left passed this point.

    So my question is: how can I create another form or continue this form so that I can add the additional fields, while still linking to the one primary key ID ?

    Do you have to create a new table and make a new form?
    Would appreciate any insight!

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    forms are pretty infinite, you can just keep adding fields to the bottom.
    Tho if you have 255 fields (or more) then the table design may be wrong.

  3. #3
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    Use Tab control to organize other controls.

    That's an awful lot of fields. What is the data structure?
    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.

  4. #4
    HackerMan is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    May 2018
    Posts
    7
    I have about 70 field (variables) in one table ... I want to use Access so those doing data entry can enter data into an actual data set.

    I need to relate all 70 fields back to one ID, but I can only add about half of the fields before the length limitations of the form cut me off...

    How can I create one form, or multiple forms, that will allow me to enter data for the one table? do I have to create separate tables and separate forms - in this case how do I link the forms and tables to the one ID?

  5. #5
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    Did you try suggested solution?

    Didn't really answer question.
    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.

  6. #6
    isladogs's Avatar
    isladogs is offline MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    5,977
    Quote Originally Posted by HackerMan View Post
    I have about 70 field (variables) in one table ... I want to use Access so those doing data entry can enter data into an actual data set.

    I need to relate all 70 fields back to one ID, but I can only add about half of the fields before the length limitations of the form cut me off...

    How can I create one form, or multiple forms, that will allow me to enter data for the one table? do I have to create separate tables and separate forms - in this case how do I link the forms and tables to the one ID?
    Not sure I understand completely and maybe I'm missing the point here.
    If you use a 'single' form layout with one record on the screen at a time, you shouldn't have any issues
    Colin, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I don't know, I keep quiet!
    If I don't know that I don't know, I don't know whether to answer

  7. #7
    Minty is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2017
    Location
    UK - Wiltshire
    Posts
    3,003
    As already suggested a Tabbed form is the answer.
    You can have many tabs, but they are actually all only one page of your form, and the controls are (can be)bound to the same record.

    And as others have suggested 70 fields is quite a lot for one record to have in a normalised data set up.(Not impossible though)
    Can you post up a field list for the table?
    DLookup Syntax and others http://access.mvps.org/access/general/gen0018.htm
    Please use the star below the post to say thanks if we have helped !
    ↓↓ It's down here ↓↓

  8. #8
    Missinglinq's Avatar
    Missinglinq is offline VIP
    Windows 7 64bit Access 2007
    Join Date
    May 2012
    Location
    Richmond (Virginia, not North Yorkshire!)
    Posts
    3,018
    Quote Originally Posted by HackerMan View Post

    ...I have about 70 field (variables) in one table ... I want to use Access so those doing data entry can enter data into an actual data set...
    This sounds an awful lot like what we refer to as 'committing spreadsheet via database!' Also, as has been suggested, the 70 fields to a single Table is also suspicious for a well designed, normalized relational database.

    We really need to see a list of these fields, as Minty suggested, in order to give you
    best advice.

    Linq ;0)>
    The problem with making anything foolproof...is that fools are so darn ingenious!

    All posts/responses based on Access 2003/2007

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

Similar Threads

  1. Replies: 4
    Last Post: 08-10-2017, 12:56 AM
  2. Replies: 3
    Last Post: 08-04-2015, 10:42 AM
  3. Replies: 5
    Last Post: 06-05-2015, 09:09 AM
  4. Primary key of an exact length
    By dsaxena15 in forum Access
    Replies: 5
    Last Post: 05-02-2013, 12:47 PM
  5. Replies: 1
    Last Post: 10-26-2012, 03:27 PM

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