|
|||
|
You can add a field of DateCreated and (if you like) of DateModified to the table, both date/time type.
Place the default value of the field of DateCreated at = Now() If you also add a field of DateModified, put the code in before the event of update of the form: Private Secondary Form_BeforeUpdate(Cancel Like whole Number) Me.DateModified = Now Submarine Of End You can put boxes of the texts related to DateCreated and DateModified on the form, but should place their property locked to you at yes, so that the user cannot modify them. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|