How to assign to a recordset

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using ADO to open a recordset. After opened, I need to inner join this recordset with another ADO recordset. How can I assign this recordset to a variable? Thanks.
 
WC Lo said:
I am using ADO to open a recordset. After opened, I need to inner join
this recordset with another ADO recordset. How can I assign this recordset
to a variable? Thanks.

Post sample code!
 
Hi Ron, Please see my another thread "VBE Hangs". I've posted the code there. I am thinking I need a recordset variable in order to hold another recordset. This causes my VBE hangs.
 
Back
Top