Hi,
I have the following code for a query
SELECT TOP 25 ID, Question, Answer
FROM RefresherQuestions
WHERE (((RefresherQuestions.[Plant Section ID])=2))
ORDER BY RND(ID);
What I would like is to have the facility for the end user to be prompted on How Many fields should be generated. At the moment the code displays 25 randomly selected fields.
If you can help, GREAT
If I can help, EVEN BETTER
I have the following code for a query
SELECT TOP 25 ID, Question, Answer
FROM RefresherQuestions
WHERE (((RefresherQuestions.[Plant Section ID])=2))
ORDER BY RND(ID);
What I would like is to have the facility for the end user to be prompted on How Many fields should be generated. At the moment the code displays 25 randomly selected fields.
If you can help, GREAT
If I can help, EVEN BETTER