Hi, hope someone can assist.
Going in circles with this one.
I would like in an EOF loop, for the first record to trigger one string and the remaining records in the loop to trigger another.
Can anyone assist in how to do this?
Going in circles with this one.
I would like in an EOF loop, for the first record to trigger one string and the remaining records in the loop to trigger another.
Code:
Do While Not rs.EOF
'1st record - do this
'2nd and subsequent records - do that
rs.MoveNext
Loop
Can anyone assist in how to do this?