Report programmed?

VBAhole22

Registered User.
Local time
Yesterday, 19:55
Joined
Jan 18, 2002
Messages
117
I have a table that stores the text of questions I pose to the user and another table that stores responses. Is there a way to get the text of the question to load into the report automatically, to save me hours of typing, and then have the answers right next to them?
 
Do you always have the same questions in the report or do they vary from report to report? If they are standard, just copy and paste the question text into labels aligned to be opposite the fields containing the responses.
 
Since the questions are in a table and the answers are in another table, base the report on a query that joins the two.
 

Users who are viewing this thread

Back
Top Bottom