Flippertje
Technical User
Does anyone knwo how to make an inner join in VBA between two recordsets?
I have to recordsets (rst1 and rst2).
rst1
Field1: Id_Test
Field2: Description
rst2
Field1: Id_Test
rst2 is a grouped query on a table with lots of Id_Test. However not all Id_Test in rst2 are in rst1.
I'm trying to show only the Id_Test (that are in rst2) joined with the escription in rst1. I'ld rather solve this in SQL so that i can create "rst3".
The answer will be something like:
dim rst3 as recordset
rst3="SELECT ...."
I hope i made it clear. It's hard trying to do so while you're dutch
Anyone?
Many thanks!
grtz Flippertje
I have to recordsets (rst1 and rst2).
rst1
Field1: Id_Test
Field2: Description
rst2
Field1: Id_Test
rst2 is a grouped query on a table with lots of Id_Test. However not all Id_Test in rst2 are in rst1.
I'm trying to show only the Id_Test (that are in rst2) joined with the escription in rst1. I'ld rather solve this in SQL so that i can create "rst3".
The answer will be something like:
dim rst3 as recordset
rst3="SELECT ...."
I hope i made it clear. It's hard trying to do so while you're dutch
Anyone?
Many thanks!
grtz Flippertje