Results 1 to 2 of 2
  1. #1
    MaineLady is offline Advanced Beginner
    Windows 7 32bit Access 2013
    Join Date
    Aug 2014
    Posts
    46

    Linking Tables

    I am tracking donation data for a non-profit group. I have created a database with the data they provided for the 2013/2014 Fiscal Year. I now want to set up a table that will use the Name/Address/Phone info from the first table and have "new" blank fields to fill in the donation info for the new Fiscal Year. How do I do that?

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,549
    You need a new table say: tDonations
    and tClients.
    tClients has the name, address, etc AND a clientID (usu an autonumber)

    tDonations table:
    [clientID] (long integer)
    [Amt] (currency)
    [DateOfDonation] (date)


    the tClients.clientID will link to tDonations.clientID (as a 1 to many relationship) 1 client can make many donations.

    use the table wizard , and it will guide you on adding fields.

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

Similar Threads

  1. Linking Tables
    By label027 in forum Import/Export Data
    Replies: 1
    Last Post: 11-07-2011, 05:16 PM
  2. linking tables
    By Waldo in forum Database Design
    Replies: 6
    Last Post: 09-19-2011, 07:57 AM
  3. Linking Tables
    By mcintke in forum Access
    Replies: 3
    Last Post: 06-13-2011, 06:28 PM
  4. Linking tables
    By newtoAccess in forum Forms
    Replies: 7
    Last Post: 05-16-2011, 09:26 AM
  5. Replies: 0
    Last Post: 03-04-2011, 10:28 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