I first use the randomize function in Access to start the random number generator. Put this statement somewhere when you open your database:
Randomize
You will need only to execute it once to start the random number generator.
Then whenever you need a random number use the Rnd function. Rnd...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.