Flash cards
Review the key moves
1/4
Core idea
What is the main idea behind MS Access Randomize() Function?
Lesson checks
Practice each idea before moving on
Short Mimo-style checks built from this lesson's code, terms, and sequence.
1Quick choice
Which statement best captures the main point of this lesson?
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 |
|---|