M
Marty
Hi-
I have a Word97 macro which uses an ADO connection.
(icrs.Open cmd, , , adLockBatchOptimistic) The MoveNext
command doesn't work. I can move next, but the data is as
if it all came from the 1st record in the recordset. (I
know that there are 6 records, and I can "count" them in
a Do While Not icrs.BOF loop with a MoveNext command
inside. I just can't see the data.)
I even downloaded MDAC2.8 .
I have tried adOpenStatic, but still nothing. What am I
doing wrong?
Thanks in advance for any and all help.
-Marty
I have a Word97 macro which uses an ADO connection.
(icrs.Open cmd, , , adLockBatchOptimistic) The MoveNext
command doesn't work. I can move next, but the data is as
if it all came from the 1st record in the recordset. (I
know that there are 6 records, and I can "count" them in
a Do While Not icrs.BOF loop with a MoveNext command
inside. I just can't see the data.)
I even downloaded MDAC2.8 .
I have tried adOpenStatic, but still nothing. What am I
doing wrong?
Thanks in advance for any and all help.
-Marty