ASP Random Data Generation
Web Development
2
Posts
2
Posters
0
Views
1
Watching
-
Please help me.. I am developping an application using an Access database with (N) number of records The Records should be RANDOMLY selected and displayed one by one on completing each records conditions. RPMAX
-
Please help me.. I am developping an application using an Access database with (N) number of records The Records should be RANDOMLY selected and displayed one by one on completing each records conditions. RPMAX
Randomize()
RandomValue = (N+1)* Rnd()Move to the first record and then Move to the Next Record for
RandomValue
times. You can do this, if you don't have too much records. rpussewela wrote: completing each records conditions What condition? Why do you want to get RANDOM record?
Work hard, Work effectively.