The Randomize() function sets the seed for the random number generator used by Rnd().
Randomize(seed) |
Parameter |
Description |
seed |
If provided, a numeric value used by Rnd() to generate random numbers; if not specified, MS Access defaults to using the system timer as the seed value. |
WORKS IN |
From Access 2000 |