A family of Microsoft relational database management systems designed for ease of use.
Use a form to modify the data. Then you can use the form's BeforeUpdate event to set the last modified date field:
Me.[last modified date field] = Now
If you also want a date created field in the record, set the table field's DefaultValue property to Now()