Hi,
What is the best way to copy field1 into field2 both from a single sql table and into the same record. Only records matching a where clause would be processed? I do have a unique identity key...
In vfp I would
select MyTable
set filter to field1 = 'MyValue'
go top
replace field2 with field1 all
or
replace field2 with field1 for field1 = 'MyValue'
Thanks, Stanley
What is the best way to copy field1 into field2 both from a single sql table and into the same record. Only records matching a where clause would be processed? I do have a unique identity key...
In vfp I would
select MyTable
set filter to field1 = 'MyValue'
go top
replace field2 with field1 all
or
replace field2 with field1 for field1 = 'MyValue'
Thanks, Stanley