NigelShaw
Registered User.
- Local time
- Today, 15:54
- Joined
- Jan 11, 2008
- Messages
- 1,575
Hi Leigh
I got it all working. I replaced the I = 1 to 30 for a I = 1 to recordcount based on the selected query, set up a randomize query and collected the top 30 and looped through the recordset add each Qno to the array to store the numbers. It works a treat so I'll post back my final code
if you wouldn't mind offering a little advice on tables, that would be well received. I have currently 1 table that stores the the user, date, test type and results. I think I'd be best changing this to save the results in a separate table so the same user can take more than one test. Would I be right in my thinking?
Cheer
nige
I got it all working. I replaced the I = 1 to 30 for a I = 1 to recordcount based on the selected query, set up a randomize query and collected the top 30 and looped through the recordset add each Qno to the array to store the numbers. It works a treat so I'll post back my final code
if you wouldn't mind offering a little advice on tables, that would be well received. I have currently 1 table that stores the the user, date, test type and results. I think I'd be best changing this to save the results in a separate table so the same user can take more than one test. Would I be right in my thinking?
Cheer
nige