BeforeUpdate event

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
 
R

Rick Brandt

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()
 
J

Josh

Rick:
Thanks, your code matches my code and I can't reproduce
the error now. It seems to be working. Appreciate the
help!!
Josh
 

Ask a Question

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.

Ask a Question

Top