Results 1 to 2 of 2
  1. #1
    Acesscylc2019 is offline Novice
    Windows 10 Access 2016
    Join Date
    Sep 2019
    Posts
    1

    Do I use all fields in a table in the new form; specifically IDs

    I知 new to designing a database and using Access. Im designing a new version of one we use that is currently mostly coded using VBA and has many layers of exported data from other dbs over the years which means there is IDs, previous IDs and prev prev IDs which are required to export the data... Ive designed my dB and have created all the tables and linking tables which incorporated all the previous IDs I need to import some of the old data into The new one. I知 up to creating the forms and wondered if all the various IDs that link the data need to be brought over into the form (for example, the client table has ID, Prev ID, Prev Prev ID for each person....sorry to sound so ignorant; I知 learning on the fly and need some help

  2. #2
    CJ_London is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,430
    forms have recordsources - typically a table - just bring through what you need for that form to work. No need to bring everything through if not required

    for example, the client table has ID, Prev ID, Prev Prev ID for each person
    typically if you have a history of multiple ID's you would use one as your primary ID and the others as aliases

    tblPeople
    PeoplePK...fld1...fld2 etc
    1...........Harry.White
    2...........Fred..Jones

    tblSources
    SourcePK..SourceName
    1.............HR system
    2.............CRM system


    tblAliases
    SourceFK...Alias....PeopleFK
    1..............HW1.....1
    1..............FJ1.......2
    2..............0123.....1
    2..............0345.....2

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

Similar Threads

  1. Replies: 3
    Last Post: 12-02-2017, 02:04 PM
  2. how to code specifically for a cell in a table
    By campbell707 in forum Forms
    Replies: 3
    Last Post: 12-28-2015, 09:50 PM
  3. Replies: 3
    Last Post: 11-28-2015, 03:51 PM
  4. Dlookup() With Multiple Criteria (Specifically: a String, & Two dates)
    By QA_Compliance_Advisor in forum Programming
    Replies: 19
    Last Post: 07-09-2015, 05:26 PM
  5. Replies: 1
    Last Post: 03-07-2014, 11:37 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