MS Access Randomize() Function
❮ MS Access Functions
Definition and Usage
The Randomize() function allows you to change the seed value used by the random number generator for
the Rnd function.
Syntax
Parameter Values
Parameter |
Description |
seed |
Optional. A numeric value that is the seed that will be used by the Rnd
function to generate a random number. If seed is omitted, MS Access will use
the system timer as the seed value. |
Technical Details
Works in: |
Access 2016, Access 2013, Access 2010, Access 2007, Access 2003, Access
XP, Access 2000 |
❮ MS Access Functions