G
Guest
I have a table of 200 questions as follows...tblQUESTIONS(autonumber,question)
I have a button on a form that when clicked would like to ask the following:
How many questions do you need? and based on the answer, creates a table that contains
1 column that is populated w ith random autonumber values from the first table. The autonumber
can be used only once.
I have a pool of test questions and am trying to create a way to autogenerate tests that have the amount of questions I need and no question duplicated.
I hope this makes sense....
Any help would be greatly appreciated....
I have a button on a form that when clicked would like to ask the following:
How many questions do you need? and based on the answer, creates a table that contains
1 column that is populated w ith random autonumber values from the first table. The autonumber
can be used only once.
I have a pool of test questions and am trying to create a way to autogenerate tests that have the amount of questions I need and no question duplicated.
I hope this makes sense....
Any help would be greatly appreciated....