![]() |
Sergey Kornilov admin 2/21/2011 |
Here is an example that can help: |
A
|
adnankmk author 2/21/2011 |
Here is an example that can help: http://xlinesoft.com/asprunnerpro/docs/update_multiple_tables.htm
|
![]() |
Sergey Kornilov admin 2/22/2011 |
I'm not sure how join is relevant here. sql = "INSERT into Table2 (TM_ID) values (" & values("TM_ID") & ")" |
A
|
adnankmk author 2/23/2011 |
I'm not sure how join is relevant here. Your examples updates data. If you need to add a new record use INSERT query i.e. sql = "INSERT into Table2 (TM_ID) values (" & values("TM_ID") & ")"
|