Recordset.DateCreated Property
Access Developer Reference |
Returns the date and time a base table was created (Microsoft Access workspaces only). Read-only Variant.
Syntax
expression.DateCreated
expression A variable that represents a Recordset object.
Remarks
The date and time settings are derived from the computer on which the base table was created or last updated.
See Also