access97to2000
Programmer
Hi,
I have 2 recordsets Rs1 and RS2.
do while not rs1.eof
---
rs2.open sql,currentproject.connection
do while not rs2.eof
------
loop
loop
rs1 is returning 241 records. So after 125 records are so, its breaking up saying "cannot open any more datbases" and stopping at
rs2.open sql----
what should i do ?
please help
thanks
RK
I have 2 recordsets Rs1 and RS2.
do while not rs1.eof
---
rs2.open sql,currentproject.connection
do while not rs2.eof
------
loop
loop
rs1 is returning 241 records. So after 125 records are so, its breaking up saying "cannot open any more datbases" and stopping at
rs2.open sql----
what should i do ?
please help
thanks
RK