B
|
berkeleyjw author 12/11/2006 |
To clarify, I am using the List page, Before Record Deleted event. I can't just use the WHERE clause because I need to EXCULDE the current record from some additional code that affects another table. I guess I can use the NOT EXISTS clause instead, but I still need to know if there is a way to retrieve the current record's key value in this event. Thanks. |
J
|
Jane 12/12/2006 |
Jim, keys("ID") keys("ID2")
|