Page 2 of 2 FirstFirst 12
Results 16 to 21 of 21
  1. #16
    ssanfu is offline Master of Nothing
    Windows 7 32bit Access 2010 32bit
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Also be aware that "First", Last" and "State" are reserved words in Access and shouldn't be used for object names.

  2. #17
    cphillippe is offline Novice
    Windows 7 64bit Access 2016
    Join Date
    May 2018
    Posts
    9
    so if i have say 5-6 forms to populate my DB, should i just create one big table and just pull only the fields i need? i was trying to avoid doing that.

  3. #18
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,644
    It is a balancing act between normalization and ease of data entry/output. "Normalize until hurts and denormalize until it works"

    It seems one table will handle the described data. Yes, there may be some empty fields.

    Exactly what are you trying to avoid? Pulling only desired fields is always an option no matter how you structure tables.

    Regardless of which way you go, I expect a Tab control will be the best way to organize the data input controls and/or subforms.
    Last edited by June7; 05-20-2018 at 10:39 AM.
    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. #19
    cphillippe is offline Novice
    Windows 7 64bit Access 2016
    Join Date
    May 2018
    Posts
    9
    a tab control like davegri's example? i think that would be useful for my db

  5. #20
    davegri's Avatar
    davegri is online now Excess Access
    Windows 10 Access 2016
    Join Date
    May 2012
    Location
    Denver
    Posts
    3,706
    If you have a main table, with related tables (like your original design), then the mainform/tabcontrol setup is easy, compact and efficient.
    If the design warrants it, a single table with more than one form to do the updates is also easy, but perhaps not compact or as efficient (for the user).
    In your case you could go either way.
    I have developed one database with 36 tables and dozens of forms, subforms, reports, queries and more than 23000 lines of VBA code.
    It all depends on the requirements and goals.

    A good next step for you (after you decide on a design and complete the form(s)) would be to design and build a report showing your names along with the data for each, with names in alphabetical order.

  6. #21
    cphillippe is offline Novice
    Windows 7 64bit Access 2016
    Join Date
    May 2018
    Posts
    9
    so i redesigned the DB and reduced the tables from 12 down to 4. I still have the same amount of forms, but this will be easier to maintain because i have no relationships. thanks everyone for the input and help

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Many to Many Relationship Question
    By Stewww in forum Database Design
    Replies: 6
    Last Post: 09-14-2016, 12:23 PM
  2. One to One Relationship question
    By ittechguy in forum Database Design
    Replies: 2
    Last Post: 09-09-2015, 07:50 AM
  3. Relationship Question
    By Collins in forum Database Design
    Replies: 6
    Last Post: 06-04-2015, 12:07 PM
  4. Relationship question
    By txlibertygirl in forum Access
    Replies: 2
    Last Post: 10-13-2011, 08:59 PM
  5. Relationship Question on one-many
    By daveofgv in forum Database Design
    Replies: 2
    Last Post: 05-08-2011, 10:39 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