Results 1 to 3 of 3
  1. #1
    cbramsey is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2017
    Posts
    40

    Forms for multiple tables using one field to connect

    Here are the three tables I have:

    1. Tract
    a. Tract ID (PK-autonumber)
    b. Section
    c. Quarter Call
    d. Tract number
    2. Tract Description
    a. Tract ID
    b. Description Text 1
    c. Description Text 2
    3. Tract Factor
    a. Tract ID
    b. Gross Acres


    c. TPF

    I have one form for tract data entry where all of these fields are entered, what I am wanting is when i start a new record, I get the autonumber to populate the tract ID in each table since that is the linking factor. I know this can be done but I am having a heck of a time trying to figure it out.

  2. #2
    jwhite is offline Competent Performer
    Windows 10 Access 2013 32bit
    Join Date
    Dec 2012
    Location
    North Carolina
    Posts
    349
    Looks like to me the MainForm will be bound to table "Tract", and then you would have two subforms, each bound to table "Tract Description" and table "Tract Factor". I don't see a Primary Key listed for the two sub tables. In the subform control for each, you would put TractID in the Master and Child Link properties.

    On the surface, it looks like this should all be in one table? For one, having multiple description records for a single Tract doesn't make sense.

  3. #3
    cbramsey is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2017
    Posts
    40
    I am using multiple tables to speed up the query process. The reason for two descriptions is that there are times when the description is longer that 255 characters.

    Thanks for the help on the subforms, i am going to try that and see if it gets the desired result

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

Similar Threads

  1. Forms from multiple tables
    By kevinnice in forum Forms
    Replies: 1
    Last Post: 03-07-2012, 09:45 AM
  2. multiple tables, multiple forms, one record
    By FullyBaked in forum Forms
    Replies: 7
    Last Post: 10-24-2011, 04:27 AM
  3. Replies: 10
    Last Post: 07-12-2011, 11:09 PM
  4. Tabbed forms and multiple tables
    By jonesy29847 in forum Forms
    Replies: 3
    Last Post: 03-22-2011, 10:03 AM
  5. creating forms using multiple tables
    By mfoster3 in forum Access
    Replies: 0
    Last Post: 03-09-2011, 06:57 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