I am having trouble with my database and I have already tried searching through the forums for an answer.
Problem: I have a table (tblQuestions) with a list of questions that we ask questions - we may not ask all -, but pretty much a question bank. Another table (tblResponseAnswers) stores all the answers from each client.
The problem lies within trying to have a form (preferably in Data Sheet View) with a column that displays the questions inputted into the table from tblQuestions and the other column for response.
How do I recall data from a table to be the question in form?
If anyone can point me in the right direction, I would appreciate it!