C
Craig
I am trying to loop through a table, so I do a loop like:
do while not tbl.eof
'check something/do something
loop
However, when doing that, you can only run one iterator
through a table. I was wondering how you can run multiple
iterators through the same table. If anyone can help, or
has any questions, please e-mail me at
(e-mail address removed)
Thanks for any help!!
Craig
do while not tbl.eof
'check something/do something
loop
However, when doing that, you can only run one iterator
through a table. I was wondering how you can run multiple
iterators through the same table. If anyone can help, or
has any questions, please e-mail me at
(e-mail address removed)
Thanks for any help!!
Craig