bugl
bugl
HomeLearnPatternsPathsSearchPremium
HomeLearnPatternsPaths

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

MS Access Environ() Function

Example

Return a string that contains the value of an operating system environment variable:

SELECT Environ(1);

Definition and Usage

The Environ() function returns a string that contains the value of an operating system environment variable.

Syntax

Environ(
number
)

OR

Environ(
string
)

Parameter Values

ParameterDescription
numberThe numeric order of the environment string in the environment-string table
stringThe name of an environment variable

Technical Details

Works in:From Access 2000

Previous

MS Access CurrentUser() Function

Next

MS Access IsDate() Function