MS Access Time() Function
THE WORLD'S LARGEST WEB DEVELOPER SITE

MS Access Time() Function

❮ MS Access Functions

Example

Return the current system time:

SELECT CustomerName, Time() AS CurrentTime
FROM Customers;
Try it Yourself »

Definition and Usage

The Time() function returns the current system time.

Syntax

Time()

Parameter Values

None.

Technical Details

Works in: Access 2016, Access 2013, Access 2010, Access 2007, Access 2003, Access XP, Access 2000

❮ MS Access Functions