I am using CR version 9 built over a SQL 2000 database and am having a difficult time trying to figure out how to best handle to following issue.
I have Ethics and Professional Standards Cases that included people in five different tables (all related by CaseID). I need to create a single mailing labels report that generates mailing labels to each person from each of these five separate tables BY CASE. I am not sure how to do this in Crystal.
Here is the breakdown of the tables:
tbl_CASE (pk= CaseID)
tbl_CasePanel (fk=CaseID pk=CasePanelID)
tbl_CaseLitigants (fk=CaseID pk=CaseLitID)
tbl_CaseGrievance (fk=CaseID pk=CaseGrievanceID)
tbl_CaseAttorneys (fk-CaseID pk=CaseAttorneysID)
Thanks for any assistance that you might be able to offer. I am a relative novice when it comes to CR.
- Austin
I have Ethics and Professional Standards Cases that included people in five different tables (all related by CaseID). I need to create a single mailing labels report that generates mailing labels to each person from each of these five separate tables BY CASE. I am not sure how to do this in Crystal.
Here is the breakdown of the tables:
tbl_CASE (pk= CaseID)
tbl_CasePanel (fk=CaseID pk=CasePanelID)
tbl_CaseLitigants (fk=CaseID pk=CaseLitID)
tbl_CaseGrievance (fk=CaseID pk=CaseGrievanceID)
tbl_CaseAttorneys (fk-CaseID pk=CaseAttorneysID)
Thanks for any assistance that you might be able to offer. I am a relative novice when it comes to CR.
- Austin