Results 1 to 2 of 2
  1. #1
    mpreston14 is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Apr 2013
    Posts
    41

    Incorporating multiple usernames or alternate names

    Hello,



    What is the best way to incorporate multiple names?

    I have a table where I have all the users entered, First, Last, DOB etc.

    I import 3 disparate source files that only provide me some first and last, BUT could provide usernames for each person in the file. Each of the 3 sources would have a different user name.

    Because I have several duplicate names that are unique persons, I am going through a lot of manual manipulation to get the data files imported and matched to the user table that is already built.

    My question is what is the best way to incorporate the alternate user names so that if I import File A with User Name xxxyyy it will be applied to the John Smith with xxxyyy as his "Source A User Name" and not the John Smith with cccddd as his "Source B User Name" ? Is it one User Table with all three additional usernames or one User Table with Three distinct Username Tables?

    My user table has unique ID's already as the PK.

    I would love to be able to link all Users with their alternate User Names with as little to no manual manipulation, ie import it all into access and it magically works

    Thanks!

    Mike

  2. #2
    Beetle is offline Unrelatable
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    Camp Swampy (Denver, CO)
    Posts
    207
    I would add a child table to store the additional info for each user.

    tblUserNames
    UNID (Primary Key)
    UserID (Foreign Key to tblUsers)
    UserName
    SourceFile << some value to indicate which source file this user name is associated with.

    Then you could reference this table when running updates to sort the data.

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

Similar Threads

  1. Updating field problem, Usernames
    By joeydeck in forum Access
    Replies: 1
    Last Post: 09-17-2012, 07:11 AM
  2. Can you place Multiple Field Names to a Single Index?
    By VanillaAwesome in forum Access
    Replies: 2
    Last Post: 08-05-2012, 04:40 PM
  3. combining owner name with multiple pet names
    By Doggone in forum Programming
    Replies: 3
    Last Post: 04-03-2012, 10:11 PM
  4. Create a database to hold usernames and passwords
    By sentinelace in forum Programming
    Replies: 1
    Last Post: 10-25-2010, 07:45 AM
  5. Replies: 0
    Last Post: 12-20-2007, 12:32 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