C
Cydney
I have a form that I want to force one of the fields to update with a
timestamp when any of the other field's data changes.
Private Sub Form_AfterUpdate()
Me.PESA_timestamp = CurrentUser() & " ~ " & Date
End Sub
When a change is made, it stays in the record and won't leave "Edit mode"
until I hit the ESC key. How can I get it to accept my changes and allow me
to proceed to the next record without manually hitting the ESC.
Also. .is there a way to get the Login Name rather than the PC user name?
--
Thank you, cs
~~~~~~~~~~~~~~~~~~~~~~~~
"What lies behind us and what lies before us are tiny matters compared to
what lies within us."
~ Ralph Waldo Emerson
timestamp when any of the other field's data changes.
Private Sub Form_AfterUpdate()
Me.PESA_timestamp = CurrentUser() & " ~ " & Date
End Sub
When a change is made, it stays in the record and won't leave "Edit mode"
until I hit the ESC key. How can I get it to accept my changes and allow me
to proceed to the next record without manually hitting the ESC.
Also. .is there a way to get the Login Name rather than the PC user name?
--
Thank you, cs
~~~~~~~~~~~~~~~~~~~~~~~~
"What lies behind us and what lies before us are tiny matters compared to
what lies within us."
~ Ralph Waldo Emerson