pelegk1
10-01-2003, 06:15 AM
i have made a select on a table
"select * from tblData"
and i want when i go over the fields that :
if rs("field1")="1" then
update field2=1 ' *
end if
how do i do (*)?
thnaks in advance
peleg
"select * from tblData"
and i want when i go over the fields that :
if rs("field1")="1" then
update field2=1 ' *
end if
how do i do (*)?
thnaks in advance
peleg