L
lance.schaeffer
I have spent way too many hours on this, and would appreciate any help
you can give.
I have Four tables. We shall call them:
tblForms, tblOrgs, tblPrograms, tblFormsReceived
My end goal is to have a report which will output the name of every
Organization's form's NOT received, in a give "program"
The tables are structured as follows:
tblOrgs houses information about individual Organizations.
tblPrograms houses information about programs org's participate in.
tblOrgs is the many side of tblPrograms.
tblForms is a list of all the Forms available to be turned in
tblFormsReceived tracks the forms received from organizations, for a
given program.
Thus, if Org1, Participating in Program1, turns in Form1, then a record
exists in tblFormsReceived holding each of these pieces of information,
as well as the date and any notes.
I have tried various approaches, none of which I've gotten right.
so basically, I need to find way to output all forms that exist in
tblForm, that don't exist in tblFormReceived, given that the Org exists
in tblPrograms, and then have this work for EACH Org in tblPrograms for
the specified Record.
Sorry for the length, and the fact that it probably sounds like
jibberish. I am more than happy to clarify anything.
thanks,
Lance
you can give.
I have Four tables. We shall call them:
tblForms, tblOrgs, tblPrograms, tblFormsReceived
My end goal is to have a report which will output the name of every
Organization's form's NOT received, in a give "program"
The tables are structured as follows:
tblOrgs houses information about individual Organizations.
tblPrograms houses information about programs org's participate in.
tblOrgs is the many side of tblPrograms.
tblForms is a list of all the Forms available to be turned in
tblFormsReceived tracks the forms received from organizations, for a
given program.
Thus, if Org1, Participating in Program1, turns in Form1, then a record
exists in tblFormsReceived holding each of these pieces of information,
as well as the date and any notes.
I have tried various approaches, none of which I've gotten right.
so basically, I need to find way to output all forms that exist in
tblForm, that don't exist in tblFormReceived, given that the Org exists
in tblPrograms, and then have this work for EACH Org in tblPrograms for
the specified Record.
Sorry for the length, and the fact that it probably sounds like
jibberish. I am more than happy to clarify anything.
thanks,
Lance