PDA

Click to See Complete Forum and Search --> : Multiple Recordsets?


adam01
Aug 15th, 2000, 09:58 AM
Hi Everyone. I was wondering if anyone could steer me in the right direction. I have more than one recordset on my form page, lets call them ado1 and ado2. When I add a new record to ado1 I would like to also add that record to ado2. Is this possible or do I have to close one and open the other one? Any help would be appreciated. Thanks!

Clunietp
Aug 15th, 2000, 11:05 AM
Ado1 is probably a different recordset than Ado2, so you'll have to add that record to each recordset