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: | From Access 2000 |
---|