This topic is locked

After Record Updated Event

5/31/2007 3:25:30 PM
ASPRunnerPro General questions
J
jawendell author

I am using an after record updated event to track who and when a record in a table is updated. It is currently inserting the correct information into the table, but on a new row. I want the user and date information to be placed into two fields in the same row in the table that was just edited. How can I do that? It seems that I need to somehow indentify the primary key for that row.
Thanks in advance for any suggestions that you might have.
Thanks,
Jerome

J
jawendell author 5/31/2007

I found my solution in another post. It uses a before record updated event, which seems to be a lot simpler.
Thanks,
Jerome