J
|
Jane 5/15/2007 |
Hi, dict("UpdatedAt") = Now() dict("UpdatedBy") = Session("UserID") |
T
|
tretcg author 5/15/2007 |
Hi, you can do it using Before record updated event on the Events tab. Here is a sample code:
|
A
|
agmoraojr 4/18/2008 |
hello jane, It works great...Thanks! |
![]() |
Sergey Kornilov admin 4/18/2008 |
jong, |
N
|
nickrix 4/21/2008 |
can you give an example of how to write this info to another table lets say its called updates jong, you'll need to create a separate history table for this purpose and insert a new record the every time main table is updated. |
J
|
Jane 4/22/2008 |
Hi, |