BeforeUpdate event

  • Thread starter Thread starter Josh
  • Start date Start date
J

Josh

I would like to record the user editing a record.
I have the code to get the UserID directly from the API.
WHen I called the function from the BeforeUpdate event and
moved to another record, the userID was recorded on the
record I moved to rather than the edited record. I know
this is easy, but how do I correct this?

Thanks in advance
Josh
 
Josh said:
I would like to record the user editing a record.
I have the code to get the UserID directly from the API.
WHen I called the function from the BeforeUpdate event and
moved to another record, the userID was recorded on the
record I moved to rather than the edited record. I know
this is easy, but how do I correct this?

What was your code? It should have been something like...

Me!SomeField = YourFunction()
 
Rick:
Thanks, your code matches my code and I can't reproduce
the error now. It seems to be working. Appreciate the
help!!
Josh
 
Back
Top