A
AJ
I have a simple recordset (select * from stores). Is there a way to update
the current record I am processing?
example:
update table1 set field1 = "ABC"
where ??CURRENT RECORD OF RECORDSET??
Do you have an easy example?
the current record I am processing?
example:
update table1 set field1 = "ABC"
where ??CURRENT RECORD OF RECORDSET??
Do you have an easy example?