bugl
bugl
HomeLearnPatternsSearch
HomeLearnPatternsSearch

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

MS Access Now() Function

Concept visual

MS Access Now() Function

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

Start at both ends

Example

Return the computer system's current date and time: 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 Functions

Next

Previous

MS Access MonthName() Function

Next

MS Access Second() Function