I have this loop statement that when it reaches the end of the recordset it exits the total procedure process. What I want it to do is just go to the next line. What do I need to do to have it not exit the procedure once EOF is reached?
Do While recBatch!INF <= 3
strColVar = strColVar & recBatch!SoarCollectionPartNum & " "
recBatch.MoveNext
Loop
Mary
Violence begets Violence
Let's Give Peace a Chance!!
Do While recBatch!INF <= 3
strColVar = strColVar & recBatch!SoarCollectionPartNum & " "
recBatch.MoveNext
Loop
Mary
Violence begets Violence
Let's Give Peace a Chance!!