C
Cydney
I have a form that I would like to have update the field called
"PESA_timestamp" if any other field on the form is updated. (Code shown
below.)
It does the update just fine, but it won't let me move to the next record.
It stays in Edit mode until I hit the Escape key.
Also, how do I get the actual login name rather than the PC's user name?
Private Sub Form_AfterUpdate()
Me.PESA_timestamp = CurrentUser() & " ~ " & Date
End Sub
--
Thank you, cs
~~~~~~~~~~~~~~~~~~~~~~~~
"What lies behind us and what lies before us are tiny matters compared to
what lies within us."
~ Ralph Waldo Emerson
"PESA_timestamp" if any other field on the form is updated. (Code shown
below.)
It does the update just fine, but it won't let me move to the next record.
It stays in Edit mode until I hit the Escape key.
Also, how do I get the actual login name rather than the PC's user name?
Private Sub Form_AfterUpdate()
Me.PESA_timestamp = CurrentUser() & " ~ " & Date
End Sub
--
Thank you, cs
~~~~~~~~~~~~~~~~~~~~~~~~
"What lies behind us and what lies before us are tiny matters compared to
what lies within us."
~ Ralph Waldo Emerson