Results 1 to 3 of 3
  1. #1
    booismycat is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jun 2014
    Posts
    12

    Table Design

    I inherited an Excel spreadsheet that needs to be transitioned over to a db.

    I've run into the following:

    Table contains [First Name], [Last Name], [partnerFName], [partnerLName], address, city & state fields too.

    They want to produce a mailing list but here's the problem.
    Example of possible data...

    Tom Cruise, Tom & Nicole Cruise, Tom & Nicole Kidman Cruise or Tom Cruise & Nicole Kidman.



    They also want to assign titles (member, officer, volunteer) to either name or both names - if both, titles could may differ.

    Any suggestions how I can break this down properly so I can keep primary/secondary names linked as well as be able to assign more than one title to a name - either pri/sec or both?

    Greatly appreciated!

  2. #2
    ranman256's Avatar
    ranman256 is online now VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    People names are the bane of database admins. You will never get is 100%.

    You can try to make a sister table to hold all variations (of the Cruise family) and another field to make them all conver to: Tom, Cruise.
    But the only real way is to examine the data by human eye and make the corrections.

  3. #3
    booismycat is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jun 2014
    Posts
    12
    I disagree with your response.

    I've been away from MS Access for about 10 yrs now and what I was looking for was a little "kick in the butt" to get the old memory flowing again.

    I split the names into two tables. Tbl1 feeds it's primary key into Tbl2 creating a one-to-many relationship. This resolves my issues with how to properly seperate/manage names. Tbl1 also feeds it's primary key to Tbl3 creating a one-to-many relationship so that each family of names can list their summer and winter addresses - if they have them.

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

Similar Threads

  1. Replies: 1
    Last Post: 09-19-2016, 12:03 PM
  2. Replies: 3
    Last Post: 04-27-2014, 08:08 PM
  3. Table Design -- want to avoid a design that creates blank fields
    By snowboarder234 in forum Database Design
    Replies: 4
    Last Post: 10-08-2012, 10:13 AM
  4. Replies: 8
    Last Post: 03-24-2012, 11:03 AM
  5. table design: one big table vs. multiple small tables
    By lstairs in forum Database Design
    Replies: 3
    Last Post: 12-31-2009, 08:46 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