Last updated: August 26, 2026.
The Now function returns the computer’s current system date and time.
Syntax
Now()Examples
Now()
CreatedAt: Now()
DueAt: DateAdd("h", 24, Now())Now uses the system clock and local time zone. Store a consistent time standard when records are shared across time zones.
See Microsoft’s Access function reference for related expression functions.