A pretty good method, in my opinion, to loop through records is the following code which saves declaring integer variables to use in the FOR loop. while cursor.NextRecord() = TRUE // Loop through records. wend Deane Venske