R
Richardson
Hi,
I have a database that tracks programs in which individuals are
participating. I have a query/report that I am unable to create, and both
are necessary.
The first table is a list of all individuals titled "members".
The second table, " programs" is a list of all the programs they are
registed in, tied by a member id field to the first table, "members".
The output I need is a list of all the members not in a particular program.
For instance, I have 1500 total members and 35 are not in the Health
Education class. I need a report to show that list of 35 people. It would
also be nice to have it show me the classes they are in, but that is not
necessary.
I think it would be poor design, but the only idea I have had is to somehow
have the program search the programs table and then check of a field in the
members table indicating yes/no if they are registered.
Any help you can offer would be appreciated.
Thanks,
Lori
I have a database that tracks programs in which individuals are
participating. I have a query/report that I am unable to create, and both
are necessary.
The first table is a list of all individuals titled "members".
The second table, " programs" is a list of all the programs they are
registed in, tied by a member id field to the first table, "members".
The output I need is a list of all the members not in a particular program.
For instance, I have 1500 total members and 35 are not in the Health
Education class. I need a report to show that list of 35 people. It would
also be nice to have it show me the classes they are in, but that is not
necessary.
I think it would be poor design, but the only idea I have had is to somehow
have the program search the programs table and then check of a field in the
members table indicating yes/no if they are registered.
Any help you can offer would be appreciated.
Thanks,
Lori