peachy
07-27-2004, 03:30 PM
This may sound like a dumb question but I'll ask it anyway.
When opening a recordset (rsTest)and doing a "While Not rsTest.EOF" will it always start at the first record of the recordset or should I do a "rsTest.movefirst". It is very important to start at the first record.
When opening a recordset (rsTest)and doing a "While Not rsTest.EOF" will it always start at the first record of the recordset or should I do a "rsTest.movefirst". It is very important to start at the first record.