Malcy
03-28-2008, 09:16 AM
I am having an issue with major processing in recordset of around 1500 records.
I start the loop with
While Not rstAprProp.EOF
and I end the loop, many lines of code later with
' Move to next record
rstAprProp.MoveNext
' Repeat the cycle
Wend
Every single record except the last one is processed with glorious accuracy but the final record is not touched. Presumably the .EOF is showing true, but I thought this happened on the first new record at the bottom of the recordset not the last record.
Can anyone set me straight please since I am feeling a ninny!
Thanks and best wishes
I start the loop with
While Not rstAprProp.EOF
and I end the loop, many lines of code later with
' Move to next record
rstAprProp.MoveNext
' Repeat the cycle
Wend
Every single record except the last one is processed with glorious accuracy but the final record is not touched. Presumably the .EOF is showing true, but I thought this happened on the first new record at the bottom of the recordset not the last record.
Can anyone set me straight please since I am feeling a ninny!
Thanks and best wishes