ferryjenny
Technical User
I have two recordsets that I want to loop through at the same time. I have entered the code
Do while not DRS.Eof and not BRS.Eof
DRS.MoveNext
BRS.MoveNext
Loop
But it dosent seem to be looping. It just returns the first record of both recordsets.
Can anyone help
Do while not DRS.Eof and not BRS.Eof
DRS.MoveNext
BRS.MoveNext
Loop
But it dosent seem to be looping. It just returns the first record of both recordsets.
Can anyone help