Can I use the below code instead of using do while loop.
For i = 0 to rs.RecordCount
.............
Next
I know it will work with do while loop
Do While Not rs.EOF
.............
Loop
I want to use for... next. Is it possible to do that?.
If anyonw know the solution, let me know.
Thanks in Advance,
z07924
For i = 0 to rs.RecordCount
.............
Next
I know it will work with do while loop
Do While Not rs.EOF
.............
Loop
I want to use for... next. Is it possible to do that?.
If anyonw know the solution, let me know.
Thanks in Advance,
z07924