bugl
bugl
HomeLearnPatternsPathsSearchPremium
HomeLearnPatternsPaths

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

MS Access Now() Function

Example

  SELECT CustomerName, Now() AS CurrentDateTime
FROM Customers;

Definition and Usage

The Now() function returns the current date and time based on the computer's system date and time.

Syntax

Now()

Parameter Values

None.

Technical Details

Works in:From Access 2000

Previous

MS Access MonthName() Function

Next

MS Access Second() Function