Results 1 to 2 of 2
  1. #1
    emccalment is offline Novice
    Windows Vista Access 2007
    Join Date
    Jan 2010
    Posts
    27

    Name linkage.

    So, I've got a table with info on personnel. It's got their social security number, last name, first name, and middle name. SSN is the primary key, but I'd like to be able to build forms so that when they enter data for other table entries, their first and last name auto-populate their SSN. (I'm betting against having name repeats in our office.)



    Is this possible?

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,641
    That's probably not a good bet, but you can certainly do it. You could use a DLookup() or open a recordset to find the SSN associated with the input names. I would code for the possibility of more than one match though.

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

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