
Signature
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
Rick,
thanks for your reply. I agree with rows.length but i still have to do
XMLobj.GetNext(10000). I don't know in the first place if i have 10,000 or
more notes... that's my confusion... any way to count all nodes without
for/next?
thanks,
Dan.
> > Hello,
> >
[quoted text clipped - 13 lines]
>
> Isn't that what row.Length is giving you?
Rick Brandt - 29 Jan 2007 22:13 GMT
> Rick,
>
> thanks for your reply. I agree with rows.length but i still have to do
> XMLobj.GetNext(10000). I don't know in the first place if i have
> 10,000 or more notes... that's my confusion... any way to count all
> nodes without for/next?
I am not familiar with that XML method, but I would assume that if you are
only retrieving the XML 10,000 nodes at a time then you won't have any way
to tell how many there are in total until you have retrieved them all.

Signature
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com