On a Form? With a date field added to the table, add the field to the form
and set the default value to Date() and if you want, make it invisible. to
catch updates on existing records, add
Private Sub Form_BeforeUpdate(Cancel As Integer)
Me.dateentered.Value = Date
End Sub
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.