I need to complete the following:
I have some code I need to loop thru the same number of times as records I happen to have (the number of records will change). I can use the .RecordCount for this. However, when I reach the 14th record, I need to create a new record in a separate table (using .Addnew) and then loop 14 more times thru the same code before again creating a new record and repeating. (I'm changing some Field(#'s) while in the loop and not just copying the same data.) I could have 5 records or I could have 100 records and loop thru the code
7+ times.
I need to be able to exit when the .EOF is reached and update the new records properly.
Thank You
I have some code I need to loop thru the same number of times as records I happen to have (the number of records will change). I can use the .RecordCount for this. However, when I reach the 14th record, I need to create a new record in a separate table (using .Addnew) and then loop 14 more times thru the same code before again creating a new record and repeating. (I'm changing some Field(#'s) while in the loop and not just copying the same data.) I could have 5 records or I could have 100 records and loop thru the code
7+ times.
I need to be able to exit when the .EOF is reached and update the new records properly.
Thank You