vj
|
| Posted: 06/14/2002, 11:51 AM |
|
Hi,
I have a record form which, when the user clicks update, needs to update
two tables. Does anyone know how to do this? I have seen the example in
the tips & articles section but that relates to PHP, but can the same thing
be done using ASP? Appreciate any help. Thanks.
VJ
|
|
|
 |
Nicole
|
| Posted: 06/15/2002, 2:36 AM |
|
Hello,
in fact you should create After Update event and place custom code that build and executes custom query to update another table.
Please refer to generated update code and use similar one to build update statement.
|
|
|
 |
|