+ Reply to Thread
Results 1 to 4 of 4

expression comparing past/current doners

  1. #1
    Registered User
    Join Date
    09-24-2007
    Posts
    4

    expression comparing past/current doners

    I have a table that includes all of our donations for the past three years.

    I'm trying to produce a query that essentially gives me all doners who have given to donation type a, b, or c, in 05/06, but haven't given to donation type a,b, or c in 07.

    Can anyone point me in the right direction to achieve this expression?

  2. #2
    Registered User
    Join Date
    12-19-2007
    Posts
    10
    Do you have a a column in sthe spreadhseet for the following columns

    Doner, Year, Type

  3. #3
    Registered User
    Join Date
    09-24-2007
    Posts
    4
    There's a Donor, Date, and Type field. Donor is two fields, first name and last name, but the individual donor contact info is stored in another table with auto assign primary keys.

  4. #4
    Registered User
    Join Date
    12-19-2007
    Posts
    10
    try using a pivot tbale
    1) combine first name and last name into one column. call it full name
    2) create pivot table
    3) add fullname, and donation type should to the row section
    4) add year to the column section
    5) add fullname into the data area

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1