MS Access Time() Function
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 |
---|