![]() |
Sergey Kornilov admin 2/21/2006 |
Marie, Function BeforeDelete(where) |
T
|
techno author 2/21/2006 |
Marie, to copy records to another table you need to build appropriate SQL query. In BeforeDelete Event use Save old data record in another table action. Function BeforeDelete(where)
|
![]() |
Sergey Kornilov admin 2/21/2006 |
Replace Field1, Field2 with actual field names. Replace SecondTable with actual name of sceond table. Do not touch strTableName. Set BeforeDelete = False to make sure records are not deleted. |