LovelyGirl
Programmer
Someone please help.
How can I delete from the database if the WHERE condition icludes the operator IN (variable or request.form("y"
), y is set of numbers such as 1, 2, 3,...etc.
By the way I wrote the folloowin query but it did not work:
"Delete From x Where a IN ('" & reguest.form("y"
& "')"
And thanks in advance.
How can I delete from the database if the WHERE condition icludes the operator IN (variable or request.form("y"
By the way I wrote the folloowin query but it did not work:
"Delete From x Where a IN ('" & reguest.form("y"
And thanks in advance.