Jim
Just remove all the 'looping' code - the update command will work on an entire selection/table unless you use the optional where clause.  No 'do whiles' needed! Therefore all you need to use is:
 Select * From Tablename Where _col1< 15
Update Selection Set _col1 = _col2
 
that's it!
 
regards
doug
 

Reply via email to