I have a query that returns 10 questions with the answers previously given by the users e.g.
Question ID Answer
1 Yes
2 No
3 N/A etc..
On my report I need to collect this information not as a list but is individual boxes scattered around the page so I cannot just retrun the list as a general list via the query (bit hard to explain).
Can anybody please tell me how I can transfer this data to the relevant parts of my report could I use a dlookup in each of the fields?
DLookUp("[Answer]","QryQuestions" where Question Id =1) im guessing here?
many thanks
Question ID Answer
1 Yes
2 No
3 N/A etc..
On my report I need to collect this information not as a list but is individual boxes scattered around the page so I cannot just retrun the list as a general list via the query (bit hard to explain).
Can anybody please tell me how I can transfer this data to the relevant parts of my report could I use a dlookup in each of the fields?
DLookUp("[Answer]","QryQuestions" where Question Id =1) im guessing here?
many thanks