MS Access Now() Function
Example
Return the computer system's current date and time:
  SELECT CustomerName, Now() AS CurrentDateTime
FROM Customers;
Try it Yourself »
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 | 
|---|
Copyright 1999-2023 by Refsnes Data. All Rights Reserved.