Time Stamp

A

AccessUser

In our database, we forgot to include a time stamp field to indiczate when a
record was created, so we are trying to determine if there is some internal
time stamp for record creation that exists and can be accessed so that we can
go back and determine when a record was created. I thought that perhaps when
an autonumber was generated there may be a "hidden" date/time record of that,
but haven't found anything to suggest that. Is anyone aware of how we can
determine the date of a record creation even though we didn't record it in a
specific field?

Thanks.
 
J

John Spencer

As far as I know, there is no such property for record creation. The only way
to get the datetime a reord is created is to add a field to the table and set
its default value to Now().

Beyond that there is nothing available in Access to get the date time a record
was created.

John Spencer
Access MVP 2002-2005, 2007-2008
The Hilltop Institute
University of Maryland Baltimore County
 
D

Douglas J. Steele

Sorry, Access doesn't have anything like that.

Afraid you're out of luck with respect to the already-created records.
 
P

Paul Shapiro

If you have regular backups you can go back to each backup and mark records
that first appear in that backup with the backup date. It's not perfect, but
may be the best you can do.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top