bugl
bugl
HomeLearnPatternsPathsSearchPremium
HomeLearnPatternsPaths

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

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

ParameterDescription
seedOptional. 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

Previous

MS Access Min() Function

Next

MS Access Rnd Function