Hi,
The subject line may sound strange, but I can't think of a better way to put it.
I am writing an app for a school reports system. I have a table with the following fields:
Name,Subject,Teacher,Report_text.
Every child should have 14 different subject reports. I need to find a way to produce a list of the subjects that have NOT been entered. I thought I might be able to use a second table as a lookup with a list of the 14 subjects in it, but I can't get my head round the logic. I have tried a COUNT function with GROUP, but that only returns the number of missing reports for each child, but not which ones are missing.
Any help REALLY appreciated, I have spent hours on this one.
Pete
The subject line may sound strange, but I can't think of a better way to put it.
I am writing an app for a school reports system. I have a table with the following fields:
Name,Subject,Teacher,Report_text.
Every child should have 14 different subject reports. I need to find a way to produce a list of the subjects that have NOT been entered. I thought I might be able to use a second table as a lookup with a list of the 14 subjects in it, but I can't get my head round the logic. I have tried a COUNT function with GROUP, but that only returns the number of missing reports for each child, but not which ones are missing.
Any help REALLY appreciated, I have spent hours on this one.
Pete