This topic is locked

Table Events

4/13/2007 5:11:04 PM
ASPRunnerPro General questions
J
jawendell author

When using the "After record updated" option on the "Edit page", can you use this to insert data into the same table the event is addressing? For instance, if I wanted to store who updated a record in the table and when, can I use the "After record updated" option to add this information to the table that is being updated, or does it have to be a different table? Please advise.
Thanks,
Jerome A. Wendell

Sergey Kornilov admin 4/13/2007

Jerome,
you can use AfterAdd event to add data to the same table.