![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
In FM8, I have linked tables of Donors and Donations. Each month, I make a report of Donors who have donated, which is easy because there is a record of the Donation. How can I make a list of people who have not donated? I think that I need to take the names of all donors and subtract the names of those who donated. How do I do this? |
#3
| |||
| |||
|
|
In article <1164489637.168935.246970 (AT) h54g2000cwb (DOT) googlegroups.com>, "Lee" <leehunt1 (AT) cox (DOT) net> wrote: In FM8, I have linked tables of Donors and Donations. Each month, I make a report of Donors who have donated, which is easy because there is a record of the Donation. How can I make a list of people who have not donated? I think that I need to take the names of all donors and subtract the names of those who donated. How do I do this? Set the Find to Omit the people who have donated. To do that, click the Omit box in the control area of the layout. -- For email, change <fake> to <earthlink Bill Collins |
#4
| |||
| |||
|
|
Bill wrote: In article <1164489637.168935.246970 (AT) h54g2000cwb (DOT) googlegroups.com>, "Lee" <leehunt1 (AT) cox (DOT) net> wrote: In FM8, I have linked tables of Donors and Donations. Each month, I make a report of Donors who have donated, which is easy because there is a record of the Donation. How can I make a list of people who have not donated? I think that I need to take the names of all donors and subtract the names of those who donated. How do I do this? Set the Find to Omit the people who have donated. To do that, click the Omit box in the control area of the layout. Bill, I still haven't figured this out. Here are my two basic tables: -------- ------------------- Donor Donation Table Table -------- ------------------ Name--=---Name -------- Donation Amt. ------------------- Should I add Donation to the Donor Table? --Lee |
#5
| |||
| |||
|
|
Bill wrote: In article <1164489637.168935.246970 (AT) h54g2000cwb (DOT) googlegroups.com>, "Lee" <leehunt1 (AT) cox (DOT) net> wrote: In FM8, I have linked tables of Donors and Donations. Each month, I make a report of Donors who have donated, which is easy because there is a record of the Donation. How can I make a list of people who have not donated? I think that I need to take the names of all donors and subtract the names of those who donated. How do I do this? Set the Find to Omit the people who have donated. To do that, click the Omit box in the control area of the layout. -- For email, change <fake> to <earthlink Bill Collins Bill, I still haven't figured this out. Here are my two basic tables: -------- ------------------- Donor Donation Table Table -------- ------------------ Name--=---Name -------- Donation Amt. ------------------- Should I add Donation to the Donor Table? --Lee |
ate = [desired date range]
#6
| |||
| |||
|
|
In article <1164512851.419325.65630 (AT) 14g2000cws (DOT) googlegroups.com>, "Lee" leehunt1 (AT) cox (DOT) net> wrote: Bill wrote: In article <1164489637.168935.246970 (AT) h54g2000cwb (DOT) googlegroups.com>, "Lee" <leehunt1 (AT) cox (DOT) net> wrote: In FM8, I have linked tables of Donors and Donations. Each month, I make a report of Donors who have donated, which is easy because there is a record of the Donation. How can I make a list of people who have not donated? I think that I need to take the names of all donors and subtract the names of those who donated. How do I do this? Set the Find to Omit the people who have donated. To do that, click the Omit box in the control area of the layout. Bill, I still haven't figured this out. Here are my two basic tables: -------- ------------------- Donor Donation Table Table -------- ------------------ Name--=---Name -------- Donation Amt. ------------------- Should I add Donation to the Donor Table? --Lee How do you Perform the find for the existing Donation Report?? Is there a date involved somewhere (ie. this year, last year, etc.)?? If you're performing the Find in the Donor table, then you can simply perform the same find and then choose "Show Omitted" in the Records menu. This will swap the found set of records (those who have donated) with the records not found (those who didn't donate). If you're performing that Find in the Donation table, then you're in for a bit more work. You'll need to instead create a new field in the Donor table that let's you know this person has donated (this year?), and you can then use this field to perform both finds. Helpful Harry Hopefully helping harassed humans happily handle handiwork hardships ;o) |
#7
| |||
| |||
|
|
I still haven't figured this out. Here are my two tables with only needed variables: -------- ------------------- Donor Donation Table Table -------- ------------------ Name--=---Name -------- Donation Amt. Date ------------------- I first do a find in the Donation Table by a month. This gives me everyone who has donated. In some simple detail, what do I have to do to get a list of names who have not donated? |
#8
| |||
| |||
|
|
I still haven't figured this out. Here are my two tables with only needed variables: -------- ------------------- Donor Donation Table Table -------- ------------------ Name--=---Name -------- Donation Amt. Date ------------------- I first do a find in the Donation Table by a month. This gives me everyone who has donated. In some simple detail, what do I have to do to get a list of names who have not donated? Thanks! Helpful Harry wrote: In article <1164512851.419325.65630 (AT) 14g2000cws (DOT) googlegroups.com>, "Lee" leehunt1 (AT) cox (DOT) net> wrote: Bill wrote: In article <1164489637.168935.246970 (AT) h54g2000cwb (DOT) googlegroups.com>, "Lee" <leehunt1 (AT) cox (DOT) net> wrote: In FM8, I have linked tables of Donors and Donations. Each month, I make a report of Donors who have donated, which is easy because there is a record of the Donation. How can I make a list of people who have not donated? I think that I need to take the names of all donors and subtract the names of those who donated. How do I do this? Set the Find to Omit the people who have donated. To do that, click the Omit box in the control area of the layout. Bill, I still haven't figured this out. Here are my two basic tables: -------- ------------------- Donor Donation Table Table -------- ------------------ Name--=---Name -------- Donation Amt. ------------------- Should I add Donation to the Donor Table? --Lee How do you Perform the find for the existing Donation Report?? Is there a date involved somewhere (ie. this year, last year, etc.)?? If you're performing the Find in the Donor table, then you can simply perform the same find and then choose "Show Omitted" in the Records menu. This will swap the found set of records (those who have donated) with the records not found (those who didn't donate). If you're performing that Find in the Donation table, then you're in for a bit more work. You'll need to instead create a new field in the Donor table that let's you know this person has donated (this year?), and you can then use this field to perform both finds. Helpful Harry Hopefully helping harassed humans happily handle handiwork hardships ;o) |
![]() |
| Thread Tools | |
| Display Modes | |
| |