bugl
bugl
HomeLearnPatternsPathsSearchPremium
HomeLearnPatternsPaths

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

MS Access Date() Function

Example

  SELECT CustomerName, Date() AS CurrentDate
FROM Customers;

Definition and Usage

The Date() function returns the current system date.

Syntax

Date()

Parameter Values

None.

Technical Details

Works in:From Access 2000

Previous

MS Access Val() Function

Next

MS Access DateAdd() Function