Results 1 to 6 of 6
  1. #1
    rthakral is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Jul 2013
    Posts
    35

    Unhappy Help with Relationships and Joining Table Info

    Hi, I am a beginning Access user and need some help with a project I am currently working on at my job.



    Basically, I wanted to know if it is possible to take information that is under a field in one table and link it to the same field name in another table to duplicate the info rather than typing it manually twice? My boss wants to be able to go back and just edit one so that the other gets updated automatically. Is this possible? If so how do you do it?? Having a lot of trouble with primary keys and all that jazz. I am sorry in advance if this is actually something easy I've tried playing around with it for a while and am failing miserably. Thanks for the help!!

  2. #2
    rthakral is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Jul 2013
    Posts
    35
    Please advise: urgent matter!!!!

  3. #3
    Dal Jeanis is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2013
    Location
    Dallas TX
    Posts
    1,742
    It's not only possible, it's "normal". The data should only be in the database once, on one of the two tables, and you use what's called a "join" between the different tables to get the data to appear together on a single report or form.

    Please post the structures of the files. Just list the table name and all the field names and field types. Put the word code in square brackets [] before the list, and /code in square brackets after the list, and that way the forum won't squash the spacing out of your layout.
    It'll look like this
    Code:
    Table  MyTable
       ID     Key
       Name   Text
       Age    Number
       Notes  Memo

  4. #4
    rthakral is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Jul 2013
    Posts
    35
    So I've joined the tables. i.e. I have a branch name drop down under the committee table and form and I have the same field name under the branch table and form. How do I get the values in the branch name drop down from the commitee table to show up in the branch name drop down under the branch table and form? I formed the relationship, but the drop down shows up as empty in the branch table/form. Please advise. Really pressed for time on this! I've literally never used access before starting this project two weeks ago so I'm a serious beginner. any help would be greatly appreciated. i need really dumbed down guidance as half of this makes no sense to me.

  5. #5
    rthakral is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Jul 2013
    Posts
    35
    Bump!!!!!!!!!!!!

  6. #6
    ssanfu is offline Master of Nothing
    Windows XP Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    You need to be more specific.


    So I've joined the tables.
    Remember, we cannot see your dB, nor can we (AFAIK) read minds. Which tables using which fields???


    I have a branch name drop down under the committee table and form and I have the same field name under the branch table and form
    Are you using lookup FIELDS in the table defs???


    How do I get the values in the branch name drop down from the commitee table to show up in the branch name drop down under the branch table and form?
    What is the relationship between the branch table and the committee table?? Is it one to one or many to many?


    Pretend like you are standing in line at Burger King. Turn to the person behind you and explain the problem. Post a picture of the table relationship window, your table structure, ....

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

Similar Threads

  1. Replies: 3
    Last Post: 06-28-2013, 01:59 PM
  2. Replies: 0
    Last Post: 03-12-2013, 02:51 PM
  3. Relationships/Joining Tables
    By suzy7677 in forum Access
    Replies: 3
    Last Post: 12-13-2012, 03:31 PM
  4. Replies: 3
    Last Post: 10-25-2012, 09:37 PM
  5. Replies: 3
    Last Post: 01-31-2011, 11:47 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