Was wondering if I can get advice on a problem I am having:
I have a letter in Access as report. I have the report tied to two queries. The report when run pulls the name and address from one table and the question they answered wrong in the other.
-----------------
Dear So and So,
You failed because you answered the following question(s) wrong:
1) Is the sky blue.
Sorry,
John
--------
So when the report is run, the query populates the address and then the other query runs. In the other query I have a list of the questions (4 in total). So the data entry person just has to put the correct question the applicant answered wrong, in this case question 1.
This works.
So now, I need a report, where the data entry person can put that the applicant answered question 1 AND 2 AND 3 AND 4 or any combo thereof like this:
Dear So and So,
You failed because you answered the following question(s) wrong:
1) Is the sky blue.
2) Dr Pepper is a soda.
4) Christmas is in December.
Sorry,
John
--------
So I created a form with the questions and a table with the questions. How do I link it all? Any assistance will be greatly appreciated!
I have a letter in Access as report. I have the report tied to two queries. The report when run pulls the name and address from one table and the question they answered wrong in the other.
-----------------
Dear So and So,
You failed because you answered the following question(s) wrong:
1) Is the sky blue.
Sorry,
John
--------
So when the report is run, the query populates the address and then the other query runs. In the other query I have a list of the questions (4 in total). So the data entry person just has to put the correct question the applicant answered wrong, in this case question 1.
This works.
So now, I need a report, where the data entry person can put that the applicant answered question 1 AND 2 AND 3 AND 4 or any combo thereof like this:
Dear So and So,
You failed because you answered the following question(s) wrong:
1) Is the sky blue.
2) Dr Pepper is a soda.
4) Christmas is in December.
Sorry,
John
--------
So I created a form with the questions and a table with the questions. How do I link it all? Any assistance will be greatly appreciated!