fluffyozzy
Registered User.
- Local time
- Today, 21:20
- Joined
- May 29, 2004
- Messages
- 63
Oh god, I will try to explain this as clearly as I can
I have a testing database, where candidates sit through MCQ test and an oral test. The questions for these are selected randomly from a bank (40 questions for multiple choice and 10 questions for oral), gets put in a new table and reports are produced to give the test papers. These are coded already and working well.
Now, I need a way to store the ID numbers of these randomly produced test questions in a textfield (could be separated by a comma in between) of some sort to be reproduced at a later date, both for marking purposes and for scrutiny (if necessary). Could this be done? If so, I then need to be able to use a command button on a form to reproduce these at a later date for each of the candidates.
I tried to do this with simple queries but just couldn't manage it I'm afraid. I'm new at VBA, but learning fast (thanks to this forum largely), so any code suggestions would be very very much appreciated.
Thanks
I have a testing database, where candidates sit through MCQ test and an oral test. The questions for these are selected randomly from a bank (40 questions for multiple choice and 10 questions for oral), gets put in a new table and reports are produced to give the test papers. These are coded already and working well.
Now, I need a way to store the ID numbers of these randomly produced test questions in a textfield (could be separated by a comma in between) of some sort to be reproduced at a later date, both for marking purposes and for scrutiny (if necessary). Could this be done? If so, I then need to be able to use a command button on a form to reproduce these at a later date for each of the candidates.
I tried to do this with simple queries but just couldn't manage it I'm afraid. I'm new at VBA, but learning fast (thanks to this forum largely), so any code suggestions would be very very much appreciated.

Thanks