It wants to come up automatically and be logged with all the previous dates and be uneditable to the base user.

What should I do?

link|improve this question
The question isn't very clear. Do you mean a field to flag the last time a record was read, updated, inserted? Are you using a front end form for modifying the data or the table view directly? – Steve Homer Jun 22 '10 at 20:49
feedback

1 Answer

Before Access 2010, the only way was to use events in forms to stamp the record with date/time in a field devoted to that purpose.

A2010 implements table-level data macros that allow you to implement the equivalent of a trigger to do this without using form events. I don't know how to do it, but it's now possible.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.