Entering (& locking down) the date that a record was created

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
I want to keep track of the action date (the date that the record was
created). I've tried inserting the =DATE() function, but that doesn't suit my
need as it ends up showing today's date in EVERY record, regardless of when
it was created. I only want it to display the date that the record was
created on. Is this possible to do? If so, I'd then want to lock the field to
prevent the user from changing it (I think I know how to do this...). Thank
you!!!
 
Jennifer,

It your entry appears to be an entry that you would have in a textbox on a
form.

To accomplish what you are wanting to do, open your table in design mode and
make the default value of your field the "Date()" value.

This will only place the current date in the field when a new record is
created, not for every record.
 

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