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< 15Update Selection Set _col1 = _col2that's it!regardsdoug
