I have an instance where I have 3 recordsets I need open at one time.
Let's say Query A, then table A and Table B that I'm populating. So, Recordset #1 loops through qryA, then based on a Logical test, I need to either enter records into tblA (rs2) or tblB (rs3), depending on the logical test.
is there any reason I can't just call a function for the rs2 or rs3 depending on the result?
This will close and reopen each recordset a few times, but does it matter?
thanks!
Let's say Query A, then table A and Table B that I'm populating. So, Recordset #1 loops through qryA, then based on a Logical test, I need to either enter records into tblA (rs2) or tblB (rs3), depending on the logical test.
is there any reason I can't just call a function for the rs2 or rs3 depending on the result?
This will close and reopen each recordset a few times, but does it matter?
thanks!