I trying to create a report that lists the different diagnoses for the people we support. The report uses 4 tables
1. client demographics
2. client programs which is linked to client demographics via clientId
3. client diagnoses which is linked to client program by both clientId and programId
4. system diganosis codes which is linked to 5 fields in the client diagnosis table which identifies up to five diagnoses for the client.
My problem is that I want all five diagnoses in the report and can not figure out how to do that. I am fairly new to Crystal Reports, but have a background in databases.
Any advice will be appreciated.