Entering Records

  • Thread starter Thread starter ThomP
  • Start date Start date
T

ThomP

This question was posed to me,

Is there a way we can tell when a record was entered?

Thanks
 
Only if you store that information.

You can add a CreatedDtm field to your table and set its Default Value to
Date() or Now(). (Now includes both Date and Time). You won't be able to
tell for any records already in the table, though.
 

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

Back
Top