movenext command in ADO connection

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
 
M

marty

Never mind. I figured it. (some really dumb coding in an
other section in the macro.)

Thanks for looking

-marty
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top