bugl
bugl
HomeLearnPatternsSearch
HomeLearnPatternsSearch

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

MS Access Date() Function

Concept visual

MS Access Date() Function

Pointer walk
two pointers
leftright102132436485116
left=0
right=6
1
3

Start at both ends

Example

Return the current system date:

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 Functions

Next

Previous

MS Access Val() Function

Next

MS Access DateAdd() Function