Hi guys, I just want to know if it's possible to "Update" and "Insert" at the same time in 1 form using classic asp?
TestTable1
id | isfieldticked | info
-----------------------
1 | Yes | test1
2 | No | test2
for example I want to insert a new record to TestTable1 table and at the same time I want to make the "isfieldticked" field of id=2 to "Yes", how will I be able to do that by just clicking one submit button on one single form?
any ideas?
thnx
TestTable1
id | isfieldticked | info
-----------------------
1 | Yes | test1
2 | No | test2
for example I want to insert a new record to TestTable1 table and at the same time I want to make the "isfieldticked" field of id=2 to "Yes", how will I be able to do that by just clicking one submit button on one single form?
any ideas?
thnx