bugl
bugl
HomeLearnPatternsSearch
HomeLearnPatternsSearch

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

MS Access Randomize() Function

Concept visual

MS Access Randomize() Function

Pointer walk
two pointers
leftright102132436485116
left=0
right=6
1
3

Start at both ends

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

Previous

❮ MS Access Functions

Next

Previous

MS Access Min() Function

Next

MS Access Rnd Function