In Access, the Date function returns the current system date.
The syntax for the Date function is:
Date ( )
Date returns a variant (date) containing a date stored internally as a Double.
Examples
|
VBA Code
|
Now the MyDate variable would contain the current system date.
SQL query
You can also use the Date function in a query.
|