Date Tracking

  • Thread starter Thread starter Julia
  • Start date Start date
J

Julia

Is it possible for access to automatically track the date
that forms were filled in?

In the same way that web pages can track the numbers of
people who access it...

Should/could I create a field in my form tables that have
an automatic date insert that can be displayed on the form?

Or
What about in the same way that a web page can track a
person and the date logged in...
 
Should/could I create a field in my form tables that have
an automatic date insert that can be displayed on the form?

That's certainly the simplest. Just add a Date/Time field to the table
and set its Default property to Date().
 
Back
Top