Curriculum
Course: SQL
Login

Curriculum

SQL

SQL References

0/80

MySQL Functions

0/139

SQL Server Functions

0/84

SQL Quick Ref

0/1
Text lesson

Randomize

Definition and Usage

The Randomize() function sets the seed for the random number generator used by Rnd().

Syntax

Randomize(seed)

Parameter Values

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.

Technical Details

WORKS IN

From Access 2000