Okay, so I have never used reports in MS Access before so I am having some issues. If there are any similarities to forms I am very familiar with those.
What I am trying to do is to autogenerate a report when someone inputs a SurveyID. I have two tables with the following fields:
tbl_Questions with fields [QuestionID (Primary Key), Question, SurveyID]
tbl_Answers with fields [AnswerID(Primary Key), QuestionID, Answer]
When someone inputs a SurveyID I want the report to display the Question and then iterate through and display all Answers that share that Question’s QuestionID. I would appreciate any help. Thank you!
Of note: I am using MS Access 2003 =(
Consider solving some intermediate tasks:
Not ideal, but an excellent lesson. You can research these tasks or ask a specific question on SO if you can’t find it.