Results 1 to 3 of 3
  1. #1
    Perimeter is offline Novice
    Windows 10 Office 365
    Join Date
    Feb 2023
    Posts
    11

    Suggestions on how to design tables effectively for multiple pulldown menus

    **New to Access **

    I am building a database to store failures in a manufacturing process.


    There will be several unrelated pull-down menus used to build a record..

    How best should i design the table structure behind that?
    Say i have 5 pull-downs, should i make a table for each with each having their specific entries in the first column?
    Or should i build a master "pull-down" table that has each of the pull-down entries in separate columns?

    I trying to learn the best practices, and understand the logic/theory behind creating the tables.

    Thanks in advance.

  2. #2
    Micron is offline Very Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,421
    I trying to learn the best practices, and understand the logic/theory behind creating the tables.
    Then you should review all of this, especially normalization. Then you can ask specific questions suited to what you learn. It would not be unusual to have a table for each combo, but not if you're going to design your tables like spreadsheets.

    Normalization Parts I, II, III, IV, and V
    http://rogersaccessblog.blogspot.com...on-part-i.html
    and/or
    http://holowczak.com/database-normalization/

    Entity-Relationship Diagramming: Part I, II, III and IV
    http://rogersaccessblog.blogspot.com...ng-part-i.html

    How do I Create an Application in Microsoft Access?
    http://rogersaccessblog.blogspot.com...cation-in.html

    Important for success:
    Naming conventions - http://access.mvps.org/access/general/gen0012.htm
    https://www.access-programmers.co.uk...d.php?t=225837

    What not to use in names
    - http://allenbrowne.com/AppIssueBadWord.html

    About Auto Numbers
    - http://access.mvps.org/access/general/gen0025.htm

    The evils of lookup fields - http://access.mvps.org/access/lookupfields.htm
    Table and PK design tips - http://www.fmsinc.com/free/newtips/primarykey.asp
    About calculated table fields - http://allenbrowne.com/casu-14.html
    About Multi Value Fields - https://www.isladogs.co.uk/multivalu...lds/index.html
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  3. #3
    Edgar is offline Competent Performer
    Windows 8 Access 2016
    Join Date
    Dec 2022
    Posts
    309
    Create one table for each field that needs a combobox. If the field is boolean, then that is not necessary, but it can also be done. You could also have one table holding all of your options, but it's best to avoid that approach for reasons pertaining to scaling up and finetuning the database.

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

Similar Threads

  1. Suggestions on how best to design a 'pop-up subform'
    By templeowls in forum Database Design
    Replies: 2
    Last Post: 09-01-2022, 03:26 PM
  2. Replies: 4
    Last Post: 05-31-2019, 06:40 AM
  3. Database design suggestions for Student and Classes
    By tgould in forum Database Design
    Replies: 3
    Last Post: 01-08-2017, 02:29 PM
  4. Examiner Database Design Suggestions
    By seth1685 in forum Database Design
    Replies: 1
    Last Post: 01-05-2012, 10:11 AM
  5. Suggestions for Form Design
    By KrisDdb in forum Forms
    Replies: 2
    Last Post: 12-08-2011, 02:31 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