G
Guest
I hope someone can help me with this. I have three tables, one containing questions (quesntionnr, question) and a table containing the answers (answernr, answer, customernr) and a table customer (customrernr, customername). A question can have multiple answers from different customers.
These questions are typed in by the user in a form so it is easy to add new questions. These questions appear on a form (wich is made with the query containing questionnr, question, ansernr, answer) with a memofield for the corresponding answer. However, at the moment i have to manually add each question (creating a record). I do this by selecting a questionnr from a combobox.
I would like the amount of questions to be counted and that number of records to be added when i open the form. Can anybody help me?
cheers
These questions are typed in by the user in a form so it is easy to add new questions. These questions appear on a form (wich is made with the query containing questionnr, question, ansernr, answer) with a memofield for the corresponding answer. However, at the moment i have to manually add each question (creating a record). I do this by selecting a questionnr from a combobox.
I would like the amount of questions to be counted and that number of records to be added when i open the form. Can anybody help me?
cheers