Here is my situation:
I have essentially four tables that I am using to gather data:
1) Customer
2) Session
3) Question
4) Answer
- Within the Customer table is a customer id, name, address, etc.
- Within the Session table is the customer id, question id, subsection id, and answer id
- Within the Question table is a question id and the question
- Within the Answer table is the answer id and the answer
- Each question can have multiple answers and there is no rhyme or reason in the sequencing of numbers. (they designed it this way to make it harder for me )
Without using a subreport, I need to list each question and the correspoding answer even if the question has not been answered. The report is grouped by customer id (so each customer is on a different page), then by subsection id (all answers fall under the same subsection id of the question they correspond to). The question is listed on the subsection id group header and the answers are listed in the details section.
RH - Supressed
PH - Customer Name Information
GH1 - Subsection ID
Details - Answers
GF1 - Suppressed
RF - Supressed
PF - Suppressed
A typical report will look like this:
Simpson, Homer
5555 Springfield Avenue
Springield, IL 99999
---------------------------------
1. How long have you lived in Springfield?
---------------------------------
5 Years
---------------------------------
2. What is your son's name?
---------------------------------
Bart
---------------------------------
3. What is your boss's asst's name?
---------------------------------
Smithers
The issue comes when question 2 has not been answered. It will just have question 1 then question 3.
I NEED to have question 2 listed even if there is no answer.
I have done multiple searches and multiple ways of trying to order the information, but have found no way to list the missing questions.
Any help will be greatly appreciated.
I have essentially four tables that I am using to gather data:
1) Customer
2) Session
3) Question
4) Answer
- Within the Customer table is a customer id, name, address, etc.
- Within the Session table is the customer id, question id, subsection id, and answer id
- Within the Question table is a question id and the question
- Within the Answer table is the answer id and the answer
- Each question can have multiple answers and there is no rhyme or reason in the sequencing of numbers. (they designed it this way to make it harder for me )
Without using a subreport, I need to list each question and the correspoding answer even if the question has not been answered. The report is grouped by customer id (so each customer is on a different page), then by subsection id (all answers fall under the same subsection id of the question they correspond to). The question is listed on the subsection id group header and the answers are listed in the details section.
RH - Supressed
PH - Customer Name Information
GH1 - Subsection ID
Details - Answers
GF1 - Suppressed
RF - Supressed
PF - Suppressed
A typical report will look like this:
Simpson, Homer
5555 Springfield Avenue
Springield, IL 99999
---------------------------------
1. How long have you lived in Springfield?
---------------------------------
5 Years
---------------------------------
2. What is your son's name?
---------------------------------
Bart
---------------------------------
3. What is your boss's asst's name?
---------------------------------
Smithers
The issue comes when question 2 has not been answered. It will just have question 1 then question 3.
I NEED to have question 2 listed even if there is no answer.
I have done multiple searches and multiple ways of trying to order the information, but have found no way to list the missing questions.
Any help will be greatly appreciated.