MS Access Randomize() Function
Definition and Usage
The Randomize() function initializes the random number generator (used by Rnd()) with a seed.
Syntax
  Randomize(seed)
Parameter Values
| Parameter | Description | 
|---|---|
| seed | Optional. A numeric value used by Rnd() to generate a random number. If omitted, MS Access will use the system timer as the seed value. | 
Technical Details
| Works in: | From Access 2000 | 
|---|
Copyright 1999-2023 by Refsnes Data. All Rights Reserved.