I am having a hard time figuring out how to report my data from a normalized table structure. I tried having a
main report for the main table, and then using sub-reports for the sub data. This had problems, because one of
the subreports had to have a subreport, which is fine, exept that it put the sub-sub report on a new page, and
made a huge space, even if there wasn't anything there.
I tried a query, but any I came up with were way to complex and couldn't even be executed/previewed.
Here are a list of the tables below. I need a report for a candidate, which the user will choose from a form ( I
understand how to set that up with the query builder for the control source). I also need all of that person's
address, phone numbers, and legal info if they are a type of candidate that has legal info. I also need all of the
person's applications with all of the activity history for each application.
Whew! I can put it all in the entry form. Just can't figure out how to print it in a nice uniform view to give to a
boss.
Can anyone help?
Tables:
tblActivity: Activities that happen during an application process
tblActivityType: Type of activity
tblAddress: Address of the candidates
tblAddressType: Type of address
tblApplications: Applications that a candidate submits
tblAppSource: Source of the application- agency, write-in etc
tblCandidate: Main candidate table
tblCandidateType: Type of candidate
tblGroup: Practice group that a job would pertain to
tblJobs: Job listings
tblLegalInfo: Information that is needed if the candidate is an attorney type
tblOffer: Result of an offer extended activity – accept, pending, reject
tblOffice: Office that a job would pertain to
tblPhone: Phone numbers of the candidates
tblPhoneType: Type of phone number
tblSalutation: Salutation of the candidate- mr. mrs.
tblYNP: Admitted to the bar- yes, no, pending
If you would like to see what fields are in the tables, I have my database fully documented at:
Thank you.
misscrf
It is never too late to become what you could have been ~ George Eliot
main report for the main table, and then using sub-reports for the sub data. This had problems, because one of
the subreports had to have a subreport, which is fine, exept that it put the sub-sub report on a new page, and
made a huge space, even if there wasn't anything there.
I tried a query, but any I came up with were way to complex and couldn't even be executed/previewed.
Here are a list of the tables below. I need a report for a candidate, which the user will choose from a form ( I
understand how to set that up with the query builder for the control source). I also need all of that person's
address, phone numbers, and legal info if they are a type of candidate that has legal info. I also need all of the
person's applications with all of the activity history for each application.
Whew! I can put it all in the entry form. Just can't figure out how to print it in a nice uniform view to give to a
boss.
Can anyone help?
Tables:
tblActivity: Activities that happen during an application process
tblActivityType: Type of activity
tblAddress: Address of the candidates
tblAddressType: Type of address
tblApplications: Applications that a candidate submits
tblAppSource: Source of the application- agency, write-in etc
tblCandidate: Main candidate table
tblCandidateType: Type of candidate
tblGroup: Practice group that a job would pertain to
tblJobs: Job listings
tblLegalInfo: Information that is needed if the candidate is an attorney type
tblOffer: Result of an offer extended activity – accept, pending, reject
tblOffice: Office that a job would pertain to
tblPhone: Phone numbers of the candidates
tblPhoneType: Type of phone number
tblSalutation: Salutation of the candidate- mr. mrs.
tblYNP: Admitted to the bar- yes, no, pending
If you would like to see what fields are in the tables, I have my database fully documented at:
Thank you.
misscrf
It is never too late to become what you could have been ~ George Eliot