Rand Function (Access custom web app)

Office 2013 and later

Returns a pseudo-random number between 0 and 1.

Last modified: March 09, 2015

Applies to: Access 2013 | Access 2016

Important note Important

Microsoft no longer recommends creating and using Access web apps in SharePoint. As an alternative, consider using Microsoft PowerApps to build no-code business solutions for the web and mobile devices.

Rand( [Seed])

The Rand function contains the following argument.

Argument name

Description

Seed

An integer expression that gives the seed value. If Seed is not specified, a seed value is assigned at random.

Repetitive calls of the Rand function with the same seed return the same results.

Show: