In Access, the Time function returns the current system time.
The syntax for the Time function is:
Time ( )
The Time function returns a time stored internally as the fractional part of a double-precision number.
Examples
|
VBA Code
|
Now the MyTime variable would contain the current system time.
SQL query
You can also use the Time function in a query.
|